mirror of
https://github.com/TheRavenwoodArts/LunaLightXMG.git
synced 2026-07-30 22:55:03 -07:00
Ultra minor updates. Added an notes folder.
This commit is contained in:
+2
-2
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user