This commit is contained in:
2024-10-27 18:43:35 +01:00
parent f1eec54972
commit e242f59c0b
5082 changed files with 66034 additions and 0 deletions

12
scenes/Main/main.gd Normal file
View File

@ -0,0 +1,12 @@
extends Node2D
func _on_quit_pressed() -> void:
get_tree().quit()
func _on_play_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/Game/world.tscn")