Skip to content

Commit

Permalink
fix: use patched scatter version
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 14, 2024
1 parent 787ac3d commit 81668e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v1

- name: Load dotenv
run: just ci-load-dotenv

- name: Cache Godot
uses: actions/cache@v3
with:
Expand All @@ -76,9 +79,6 @@ jobs:
~/.local/share/godot/export_templates
key: ${{ env.godot_version }}

- name: Load dotenv
run: just ci-load-dotenv

- name: Export
run: just export-web

Expand Down
4 changes: 2 additions & 2 deletions plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ func _plugging():
)
plug("night-glider/Dialogue-Label", {"commit": "a211f35e4e4c255de1b640af14430ff675e31e5c"})
plug("KoBeWi/Godot-Universal-Fade", {"commit": "f091514bba652880f81c5bc8809e0ee4498988ea"})
plug("HungryProton/scatter", {"commit": "6821b63a120f4c003da7e4d6f9ec28658e8337dc"})
plug(
"miskatonicstudio/goat",
{"commit": "b10f26a07b4ffb283a53632f31d529f38c688082", "include": ["addons/goat/images"]}
Expand All @@ -18,7 +17,8 @@ func _plugging():
"HolonProduction/godot_kanban_tasks",
{"commit": "cfc914caa1dabd085024ff196bcb8578eaee1e67", "include": ["addons/kanban_tasks"]}
)
plug("florianvazelle/Log", {"commit": "51878aa55c4169f19b2c000f0e53b77439654829"})

# Patched version
plug("florianvazelle/EasyMenus", {"commit": "4d960ef6ab9f51a206e2eb40c2cc0b8f8eced71a"})
plug("florianvazelle/scatter", {"commit": "ad0241d3a9d04e07158a43b732c376ad6c5760fe"})
plug("florianvazelle/Log", {"commit": "51878aa55c4169f19b2c000f0e53b77439654829"})

0 comments on commit 81668e9

Please sign in to comment.