game now handles player/commands falling out of the world, updated readme with todo and removed todo.txt

This commit is contained in:
Clevertop 2024-08-11 12:47:57 +10:00
parent 4b4d97746c
commit f1dea7e36d
6 changed files with 48 additions and 36 deletions

View file

@ -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