pegchamp/Menu/Buttons/ButtonSFX.gd

9 lines
84 B
GDScript

extends Node
func on_hover():
$Hover.play(0)
func on_select():
$Select.play(0)