branchspacechess/main/gamemoderefactorcancel
52 Commits over 31 Days - 0.07cph!
Added "YOUR TURN" text that's visible during... your turn
fixed unit mouse hover event
wip formation verification
reworked team material colour code, set values
hold space when running in editor and clicking loadouts to load both teams into the board for debug
squad editor now saves, loads and verifies squads
each player's formation is now sent to the server (where it's verified again) to be used in the game
moved default formation creation to the Formation static class. Server now sends the default formation for any players who try and send invalid formation.
healer unit data files, rebuilt unit database
healer unit definition now points to correct attack definition
TargetFriendlyUnit flag added to attacks, healer works, combat text colour based on dmg or heal, health gets capepd at max health
wip attack side calculation