We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c729727 commit d57b167Copy full SHA for d57b167
addons/godotvmf/godotvmf.gd
@@ -38,8 +38,9 @@ func _enter_tree() -> void:
38
entity_context_plugin = VMFEntityContextMenu.new();
39
add_context_menu_plugin(EditorContextMenuPlugin.CONTEXT_SLOT_FILESYSTEM, entity_context_plugin);
40
41
+ VMFConfig.load_config()
42
+
43
func _exit_tree():
- remove_autoload_singleton("VMFConfig");
44
remove_custom_type("VMFNode");
45
remove_custom_type("ValveIONode");
46
0 commit comments