Ultra minor updates. Added an notes folder.

This commit is contained in:
jme9
2025-03-15 14:35:20 -07:00
parent b270b8189b
commit 74aa15f6d1
5 changed files with 26 additions and 9 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ namespace LunaLightXMG
new Platform(new Vector2(288, 164), 16, 16),
new Platform(new Vector2(304, 164), 16, 16)
};
// Left side wall (static)
List<Platform> leftSidePlatforms = new List<Platform>
{
@@ -69,7 +69,7 @@ namespace LunaLightXMG
new Platform(new Vector2(0, 132), 16, 16),
new Platform(new Vector2(0, 148), 16, 16)
};
// Right side wall (static)
List<Platform> rightSidePlatforms = new List<Platform>
{