Skip to content

Commit

Permalink
fix: use a patched version for scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 5, 2024
1 parent f965ff5 commit 2f134f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("godot-extended-libraries/godot-debug-menu", {"commit": "9d36ea23661d095198ff7fcfff2715172f73c983"})
plug("KoBeWi/Godot-Universal-Fade", {"commit": "f091514bba652880f81c5bc8809e0ee4498988ea"})
plug("HungryProton/scatter", {"commit": "6821b63a120f4c003da7e4d6f9ec28658e8337dc"})
plug("samclee/EZ-Sfx-and-Music", {"commit": "ac2b77c0336ff6edf6b26aa9342628d2ad63f359"})
plug("nisovin/godot-coi-serviceworker", {"commit": "de1be2989eda4c7d77a08b8c56cd94c769181c4e"})

# Patched version
plug("florianvazelle/EasyMenus", {"commit": "3b8602985191f6a128808068d250b5b336d05379"})
plug("florianvazelle/EasyMenus", {"commit": "4d960ef6ab9f51a206e2eb40c2cc0b8f8eced71a"})
plug("florianvazelle/scatter", {"commit": "3116036c394573eace1a22c440c9cdb46f2d6c81", "include": ["addons/proton_scatter"]})

0 comments on commit 2f134f8

Please sign in to comment.