Skip to content

Commit 739e61a

Browse files
committed
Rename scale decal registry property to fix mod conflicts
1 parent 48ac8dc commit 739e61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringCollab2020Module.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public override void Load() {
5555

5656
IL.Celeste.Level.Reload += resetFlagsOnTimerResets;
5757

58-
DecalRegistry.AddPropertyHandler("scale", (decal, attrs) => {
58+
DecalRegistry.AddPropertyHandler("SpringCollab2020_scale", (decal, attrs) => {
5959
Vector2 scale = decal.Scale;
6060
if (attrs["multiply"] != null) {
6161
scale *= float.Parse(attrs["multiply"].Value);

0 commit comments

Comments
 (0)