Decoration and some adjusting

This commit is contained in:
2025-07-30 01:13:35 +02:00
parent a69b40132a
commit 580b5597e2
264 changed files with 5542 additions and 44 deletions

View File

@ -3,5 +3,10 @@ extends Control
func _on_button_pressed() -> void:
get_tree().change_scene_to_file("res://Game/Menu/main.tscn")
pass # Replace with function body.
func _on_button_map1_pressed() -> void:
get_tree().change_scene_to_file("res://Game/Maps/map_1.tscn")
pass # Replace with function body.