-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplug.gd
More file actions
19 lines (17 loc) · 729 Bytes
/
plug.gd
File metadata and controls
19 lines (17 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2021 Leroy Hopson <glam@leroy.geek.nz>
# SPDX-License-Identifier: MIT
extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("bitwes/Gut", {commit = "70c08aebb318529fc7d3b07f7282b145f7512dee"})
plug(
"deep-entertainment/godot-epic-anchors",
{commit = "e1e5d445c823036fe2f7324272cd1f920cbf6f91"}
)
plug("lihop/godot-xterm-dist", {commit = "6534aa3379ef09eca70a3e42539e47fe31ce07e4"})
plug("OrigamiDev-Pete/TODO_Manager", {commit = "1ce9de52e657d4068348af87982bbb99666626aa"})
plug(
"Xrayez/godot-editor-icons-previewer", {commit = "c8cc23a107d0e559ceb00910f417b2c349362f54"}
)
plug(
"Zylann/godot_editor_debugger_plugin", {commit = "714c3cabdea9818ea7eb05d8ba56eda9acc38031"}
)