'guozeINSP'

This commit is contained in:
2025-12-04 16:50:10 +01:00
parent b6ca31c1cc
commit dc46bc9dec
202 changed files with 21719 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
extends Node2D
func _on_start_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/nunescrpt.tscn")
func _on_options_pressed() -> void:
pass # Replace with function body.
func _on_quit_pressed() -> void:
get_tree().quit()