fix(*): Ensure that movement vaguely works in the new area and looks vaguely at the ball

This commit is contained in:
Josh Creek
2025-07-12 20:34:03 +01:00
parent 927bbd0be7
commit bdd0244873
9 changed files with 143 additions and 33 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ extends Button
func _on_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/Game.tscn")
get_tree().change_scene_to_file("res://scenes/game.tscn")