InitCommit

update 1.4.2 source code
This commit is contained in:
kaia
2024-02-03 18:36:09 -06:00
commit ece4ffd123
216 changed files with 79783 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
@tool
extends EditorPlugin
const AUTOLOAD_NAME = "ElgatoStreamDeck"
func _enter_tree():
add_autoload_singleton(AUTOLOAD_NAME, "res://addons/godot-streamdeck-addon/singleton.gd")
pass
func _exit_tree():
remove_autoload_singleton(AUTOLOAD_NAME)
pass