twitch integration addon
This commit is contained in:
parent
558d01b6aa
commit
e5a055c667
21 changed files with 1116 additions and 0 deletions
8
addons/gift/gift.gd
Normal file
8
addons/gift/gift.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree() -> void:
|
||||
add_custom_type("Gift", "Node", preload("gift_node.gd"), preload("icon.png"))
|
||||
|
||||
func _exit_tree() -> void:
|
||||
remove_custom_type("Gift")
|
||||
Loading…
Add table
Add a link
Reference in a new issue