Shmup-01/scenes/start.gd

6 lines
101 B
GDScript

extends TextureButton
func _input(event: InputEvent) -> void:
if event is "shoot"
_ready()
pass