Klazkin / player-zero

1 stars 0 forks source link

Fix opponent offset in node serialize_cast function in GDE #66

Closed Klazkin closed 6 months ago

Klazkin commented 6 months ago

Line 468:

Vector2i opponent_offset = (node->target - opponent->get_position());

Opponent offset should be relative to caster, not target

The goal

Fix the bug.

Time tracking

Time Estimate: 0 hours 10 minutes Time spent: 0 hours 5 minutes

Resources

...