mirror of
https://github.com/TheRavenwoodArts/LunaLightXMG.git
synced 2026-07-30 22:55:03 -07:00
Quik update
This commit is contained in:
+7
-1
@@ -126,8 +126,14 @@ namespace LunaLightXMG
|
||||
}
|
||||
}
|
||||
platforms.Add(new Platform(new Vector2(x, y + 4), 16, 16));
|
||||
if (x + 16 < 288)
|
||||
{
|
||||
for (int j = 1; j < 3; j++)
|
||||
{
|
||||
platforms.Add(new Platform(new Vector2(x + (j*16), y + 4), 16, 16));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return platforms;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user