2025-01-26 08:36:45 +00:00
|
|
|
extends "res://addons/gd-plug/plug.gd"
|
|
|
|
|
|
|
|
func _plugging():
|
|
|
|
# Declare plugins with plug(repo, args)
|
|
|
|
# For example, clone from github repo("user/repo_name")
|
|
|
|
# plug("imjp94/gd-YAFSM") # By default, gd-plug will only install anything from "addons/" directory
|
|
|
|
# Or you can explicitly specify which file/directory to include
|
|
|
|
# plug("imjp94/gd-YAFSM", {"include": ["addons/"]}) # By default, gd-plug will only install anything from "addons/" directory
|
2025-01-26 19:23:56 +00:00
|
|
|
plug("imjp94/gd-blender-3d-shortcuts", {"dev": true})
|
|
|
|
plug("imjp94/UIDesignTool", {"dev": true})
|
|
|
|
plug("imjp94/gd-YAFSM")
|
|
|
|
plug("Shiva-Shadowsong/loggie", {"include": ["addons/"]})
|
|
|
|
plug("newjoker6/Asset-Drawer", {"dev": true})
|