diff options
author | bd <bdunahu@operationnull.com> | 2025-05-25 00:42:34 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-25 00:42:34 -0400 |
commit | 15724430070a17ffb4e0fe3a0c3faa8c82fe64e2 (patch) | |
tree | 6c10cca48fdfb8bf2d429989d9cd496c775bca37 /scenes/title.gd | |
parent | 6707c7331860d65eb0ac9bba56af34ea339026c9 (diff) |
Add game over screen, back to title, tower affordability indicators
Diffstat (limited to 'scenes/title.gd')
-rw-r--r-- | scenes/title.gd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scenes/title.gd b/scenes/title.gd deleted file mode 100644 index 8242145..0000000 --- a/scenes/title.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends Control - -func _input(event): - if event.is_action_pressed("ui_accept"): - get_tree().change_scene_to_file("res://scenes/game.tscn") |