7 lines
77 B
GDScript
7 lines
77 B
GDScript
extends TextureButton
|
|
|
|
|
|
|
|
|
|
func _on_pressed() -> void:
|
|
$puff.emitting = true
|