Skip to content

Commit

Permalink
Rename scale decal registry property to fix mod conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Jul 7, 2022
1 parent 48ac8dc commit 739e61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpringCollab2020Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public override void Load() {

IL.Celeste.Level.Reload += resetFlagsOnTimerResets;

DecalRegistry.AddPropertyHandler("scale", (decal, attrs) => {
DecalRegistry.AddPropertyHandler("SpringCollab2020_scale", (decal, attrs) => {
Vector2 scale = decal.Scale;
if (attrs["multiply"] != null) {
scale *= float.Parse(attrs["multiply"].Value);
Expand Down

0 comments on commit 739e61a

Please sign in to comment.