twitch integration addon

This commit is contained in:
Clevertop 2024-05-18 12:40:43 +10:00
parent 558d01b6aa
commit e5a055c667
21 changed files with 1116 additions and 0 deletions

8
addons/gift/gift.gd Normal file
View 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")