Quik update

This commit is contained in:
J. M. Ellis
2024-06-02 17:30:10 -07:00
parent 059a3f9534
commit 339f512e5d
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -99,6 +99,8 @@ namespace LunaLightXMG
public static List<Platform> CreateRandomPlatforms(int numberOfPlatforms)
{
List<Platform> platforms = new List<Platform>();
platforms.Add(new Platform(new Vector2(16, 132), 16, 16));
platforms.Add(new Platform(new Vector2(288, 132), 16, 16));
for (int i = 0; i < numberOfPlatforms; i++)
{