Skip to content

Commit

Permalink
Added Level 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelosV03 committed Apr 6, 2022
1 parent c73100a commit 44dad0e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Slorpus/Game1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected override void LoadContent()

squareTexture = Content.Load<Texture2D>("square");

LoadLevel("2");
LoadLevel("1");
}

public void LoadLevel(string levelname)
Expand Down
31 changes: 31 additions & 0 deletions Slorpus/levels/1.sslvl
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
30, 50
MMMMMMWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
M000000000000000000000000000000000000000000000000W
M000000000000000000000000000000000000000000000000W
M000000000000000000000000000000000000000000000000W
M000000000000000000000000000000000000000000000000W
M000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000E00000000000000000000000000P00000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000H00000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
W000000000000000000000000000000000000000000000000W
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

0 comments on commit 44dad0e

Please sign in to comment.