first_anniversary_godot_jam/scripts/SetFastMusic.gd

5 lines
89 B
GDScript

class_name SetFastMusic extends Action
func onTrigger():
MusicSingleton.setFastMusic()