mirror of
https://github.com/TheRavenwoodArts/LunaLightXMG.git
synced 2026-07-30 22:55:03 -07:00
Quik update
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user