added firebase and rudimentary leaderboard support
This commit is contained in:
8
addons/http-sse-client/httpsseclient_plugin.gd
Normal file
8
addons/http-sse-client/httpsseclient_plugin.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree():
|
||||
add_custom_type("HTTPSSEClient", "Node", preload("HTTPSSEClient.gd"), preload("icon.png"))
|
||||
|
||||
func _exit_tree():
|
||||
remove_custom_type("HTTPSSEClient")
|
||||
Reference in New Issue
Block a user