significant work on game logic

This commit is contained in:
2025-03-21 17:24:21 -04:00
parent d080ac5c3b
commit 0f4083a263
19 changed files with 360 additions and 9 deletions

View File

@@ -1 +1,6 @@
extends Node
func _on_start_button_pressed() -> void:
GLOBALVARS.reset_variables()
get_tree().change_scene_to_file("res://main_scenes/game.tscn")