Start of level 2

This commit is contained in:
gemdude46 2023-01-30 13:54:29 +00:00
parent a7be9cd657
commit 855332b44e
12 changed files with 263 additions and 19 deletions

View file

@ -101,6 +101,8 @@ func process_unit(delta, time_elapsed : float):
# Fine tune the player's speed
print(last_contacted_map_elem_type)
if get_current_action() == Constants.UnitCurrentAction.RECOILING:
target_move_speed = min_speed
else: