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