nature-sim/addons/log/plugin.gd
2025-06-23 19:39:55 +01:00

8 lines
160 B
GDScript

@tool
extends EditorPlugin
func _enter_tree():
ProjectSettings.settings_changed.connect(on_settings_changed)
func on_settings_changed():
Log.setup_config()