mirror of
https://github.com/tonytins/citylimits
synced 2025-05-06 22:54:48 -04:00
10 lines
200 B
GDScript
10 lines
200 B
GDScript
@tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree():
|
|
add_autoload_singleton("SoundManager", "res://addons/sound_manager/sound_manager.gd")
|
|
|
|
|
|
func _exit_tree():
|
|
remove_autoload_singleton("SoundManager")
|