added firebase and rudimentary leaderboard support
This commit is contained in:
8
addons/godot-firebase/plugin.gd
Normal file
8
addons/godot-firebase/plugin.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree() -> void:
|
||||
add_autoload_singleton("Firebase", "res://addons/godot-firebase/firebase/firebase.tscn")
|
||||
|
||||
func _exit_tree() -> void:
|
||||
remove_autoload_singleton("Firebase")
|
||||
Reference in New Issue
Block a user