first_anniversary_godot_jam/scripts/SetFastMusic.gd

5 lines
89 B
GDScript3
Raw Normal View History

2024-04-20 15:49:56 +00:00
class_name SetFastMusic extends Action
func onTrigger():
MusicSingleton.setFastMusic()