File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
- uses : actions/checkout@v4
69
69
- uses : extractions/setup-just@v1
70
70
71
+ - name : Load dotenv
72
+ run : just ci-load-dotenv
73
+
71
74
- name : Cache Godot
72
75
uses : actions/cache@v3
73
76
with :
76
79
~/.local/share/godot/export_templates
77
80
key : ${{ env.godot_version }}
78
81
79
- - name : Load dotenv
80
- run : just ci-load-dotenv
81
-
82
82
- name : Export
83
83
run : just export-web
84
84
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ func _plugging():
7
7
{"commit" : "9d36ea23661d095198ff7fcfff2715172f73c983" }
8
8
)
9
9
plug ("KoBeWi/Godot-Universal-Fade" , {"commit" : "f091514bba652880f81c5bc8809e0ee4498988ea" })
10
- plug ("HungryProton/scatter" , {"commit" : "6821b63a120f4c003da7e4d6f9ec28658e8337dc" })
11
10
plug ("samclee/EZ-Sfx-and-Music" , {"commit" : "ac2b77c0336ff6edf6b26aa9342628d2ad63f359" })
12
11
plug ("nisovin/godot-coi-serviceworker" , {"commit" : "de1be2989eda4c7d77a08b8c56cd94c769181c4e" })
13
12
14
13
# Patched version
15
14
plug ("florianvazelle/EasyMenus" , {"commit" : "4d960ef6ab9f51a206e2eb40c2cc0b8f8eced71a" })
15
+ plug ("florianvazelle/scatter" , {"commit" : "ad0241d3a9d04e07158a43b732c376ad6c5760fe" })
You can’t perform that action at this time.
0 commit comments