Slight shuffling of scene files, resources; export presets for macOS
built added.
This commit is contained in:
parent
8175e1469d
commit
a0e8e394a9
63 changed files with 354 additions and 1087 deletions
6
scenes/start.gd
Normal file
6
scenes/start.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends TextureButton
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event is "shoot"
|
||||
_ready()
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue