small thing

This commit is contained in:
Rapandrasmus 2023-06-21 19:03:43 +02:00
parent 7d96bcfec0
commit fc07d6a170

View file

@ -11,8 +11,6 @@ namespace HeavenStudio.Games.Scripts_AgbNightWalk
public float defaultYPos = -11.76f; public float defaultYPos = -11.76f;
public float platformDistance = 3.80f; public float platformDistance = 3.80f;
public float playerXPos = -6.78f; public float playerXPos = -6.78f;
List<AgbPlatform> platforms = new();
} }
} }