Initial commit

This commit is contained in:
2024-02-08 22:16:58 +01:00
commit 89e97a200c
524 changed files with 15626 additions and 0 deletions

10
scenes/levels/Controls.gd Normal file
View File

@@ -0,0 +1,10 @@
extends Control
func _ready():
$Button.grab_focus()
pass
func _on_Button_pressed():
get_tree().change_scene_to_file("res://scenes/levels/Menu.tscn")
pass # Replace with function body.