Grid wip
This commit is contained in:
parent
f816a8b886
commit
090de86455
14 changed files with 294 additions and 12 deletions
5
units/unit.gd
Normal file
5
units/unit.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Node2D
|
||||
|
||||
class_name Unit
|
||||
|
||||
signal on_death
|
||||
Loading…
Add table
Add a link
Reference in a new issue