grounders-slowjam-2024/addons/fmod/FmodManager.gd

12 lines
174 B
GDScript3
Raw Permalink Normal View History

2024-05-25 11:51:19 -06:00
@tool
extends Node
func _ready():
process_mode = PROCESS_MODE_ALWAYS
func _process(delta):
FmodServer.update()
func _notification(what):
FmodServer.notification(what)