game now handles player/commands falling out of the world, updated readme with todo and removed todo.txt
This commit is contained in:
parent
4b4d97746c
commit
f1dea7e36d
6 changed files with 48 additions and 36 deletions
|
|
@ -15,4 +15,7 @@ func _ready():
|
|||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
if(slot.get_child_count() == 0):
|
||||
placed_command = null
|
||||
has_command = false
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue