Implemented Pillbug/Mosquito actions. Implemented pre-game settings. TODO: Game settings + bug testing

This commit is contained in:
Sch1nken 2024-03-30 01:43:38 +01:00
parent 397082f966
commit 2343638749
15 changed files with 477 additions and 70 deletions

View file

@ -210,6 +210,6 @@ func _on_pressed():
release_focus()
func _input(event):
if Input.is_action_just_pressed("ui_accept"):
if Input.is_action_just_pressed("deselect_tile"):
release_focus()
return