SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
5 stars 4 forks source link

Add battle animation #127

Open SamTheBlow opened 7 months ago

SamTheBlow commented 7 months ago

Currently, there is a movement animation, but no battle animation. When a battle occurs, the losing side is immediately removed, and the winning side's army size is immediately updated.

As a bare minimum, I want to see an animation where the attacker moves in with its initial size. The loser disappears and the winner's size decreases only when the attacker reaches the destination.