6 lines
101 B
GDScript
6 lines
101 B
GDScript
extends TextureButton
|
|
|
|
func _input(event: InputEvent) -> void:
|
|
if event is "shoot"
|
|
_ready()
|
|
pass
|