-
Notifications
You must be signed in to change notification settings - Fork 2
/
plug.gd
30 lines (27 loc) · 852 Bytes
/
plug.gd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug(
"godot-extended-libraries/godot-debug-menu",
{"commit": "f8d1202df122f7e8227ec3a7bdcff745e9780d52", "renovate-branch": "master"}
)
plug(
"KoBeWi/Godot-Universal-Fade",
{"commit": "f091514bba652880f81c5bc8809e0ee4498988ea", "renovate-branch": "master"}
)
plug(
"samclee/EZ-Sfx-and-Music",
{"commit": "ac2b77c0336ff6edf6b26aa9342628d2ad63f359", "renovate-branch": "main"}
)
plug(
"nisovin/godot-coi-serviceworker",
{"commit": "de1be2989eda4c7d77a08b8c56cd94c769181c4e", "renovate-branch": "main"}
)
# Patched version
plug(
"florianvazelle/EasyMenus",
{"commit": "018ab39001f862abbd6ca424258a9a548589d61c", "renovate-branch": "master"}
)
plug(
"florianvazelle/scatter",
{"commit": "02b71c2637687b00d4da4f0ff0f108f6700f1d93", "renovate-branch": "v4"}
)