initial commit

This commit is contained in:
pennyrigate 2025-08-04 00:39:07 -04:00
commit cffda6e18e
58 changed files with 10952 additions and 0 deletions

6
play_button.gd Normal file
View file

@ -0,0 +1,6 @@
extends TextureButton
func _on_pressed() -> void:
print("hellloooo :)")
get_tree().change_scene_to_file("res://node_3d.tscn") # Replace with function body.