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

12 lines
174 B
GDScript

@tool
extends Node
func _ready():
process_mode = PROCESS_MODE_ALWAYS
func _process(delta):
FmodServer.update()
func _notification(what):
FmodServer.notification(what)