Added Rowans kitchen sink background.

This commit is contained in:
J. M. Ellis
2024-06-02 18:29:22 -07:00
parent 6fb291dc73
commit 75fb2c4fb8
3 changed files with 18 additions and 3 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ namespace LunaLightXMG
{
List<Platform> platforms = new List<Platform>();
platforms.Add(new Platform(new Vector2(16, 132), 16, 16));
platforms.Add(new Platform(new Vector2(144, 132), 16, 16));
platforms.Add(new Platform(new Vector2(160, 132), 16, 16));
platforms.Add(new Platform(new Vector2(128, 132), 16, 16));
platforms.Add(new Platform(new Vector2(176, 132), 16, 16));
platforms.Add(new Platform(new Vector2(288, 132), 16, 16));
for (int i = 0; i < numberOfPlatforms; i++)