Slight shuffling of scene files, resources; export presets for macOS

built added.
This commit is contained in:
Henry 2025-12-09 08:37:13 +00:00
parent 8175e1469d
commit a0e8e394a9
63 changed files with 354 additions and 1087 deletions

6
scenes/start.gd Normal file
View file

@ -0,0 +1,6 @@
extends TextureButton
func _input(event: InputEvent) -> void:
if event is "shoot"
_ready()
pass