Skip to content

Commit f582f91

Browse files
fix: use patched scatter version (#26)
1 parent 9920947 commit f582f91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- uses: actions/checkout@v4
6969
- uses: extractions/setup-just@v1
7070

71+
- name: Load dotenv
72+
run: just ci-load-dotenv
73+
7174
- name: Cache Godot
7275
uses: actions/cache@v3
7376
with:
@@ -76,9 +79,6 @@ jobs:
7679
~/.local/share/godot/export_templates
7780
key: ${{ env.godot_version }}
7881

79-
- name: Load dotenv
80-
run: just ci-load-dotenv
81-
8282
- name: Export
8383
run: just export-web
8484

plug.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ func _plugging():
77
{"commit": "9d36ea23661d095198ff7fcfff2715172f73c983"}
88
)
99
plug("KoBeWi/Godot-Universal-Fade", {"commit": "f091514bba652880f81c5bc8809e0ee4498988ea"})
10-
plug("HungryProton/scatter", {"commit": "6821b63a120f4c003da7e4d6f9ec28658e8337dc"})
1110
plug("samclee/EZ-Sfx-and-Music", {"commit": "ac2b77c0336ff6edf6b26aa9342628d2ad63f359"})
1211
plug("nisovin/godot-coi-serviceworker", {"commit": "de1be2989eda4c7d77a08b8c56cd94c769181c4e"})
1312

1413
# Patched version
1514
plug("florianvazelle/EasyMenus", {"commit": "4d960ef6ab9f51a206e2eb40c2cc0b8f8eced71a"})
15+
plug("florianvazelle/scatter", {"commit": "ad0241d3a9d04e07158a43b732c376ad6c5760fe"})

0 commit comments

Comments
 (0)