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 bfa8007 commit ad274deCopy full SHA for ad274de
addons/godot-firebase/plugin.gd
@@ -1,8 +1,8 @@
1
@tool
2
extends EditorPlugin
3
4
-func _enter_tree() -> void:
+func _enable_plugin() -> void:
5
add_autoload_singleton("Firebase", "res://addons/godot-firebase/firebase/firebase.tscn")
6
7
-func _exit_tree() -> void:
+func _disable_plugin() -> void:
8
remove_autoload_singleton("Firebase")
0 commit comments