Browse Source

Update demo level.

GitOrigin-RevId: 90064478fe
master
Colin McMillen 4 years ago
parent
commit
6b9aa0844c
  1. 30
      Shared/Levels.cs

30
Shared/Levels.cs

@ -1,26 +1,26 @@
namespace SemiColinGames { namespace SemiColinGames {
class Levels { class Levels {
public readonly string[] ALL_LEVELS = new string[] {
DEMO, ROCKS, ONE_ONE
public static readonly string[] ALL_LEVELS = new string[] {
DEMO, ONE_ONE, ROCKS
}; };
public const string DEMO = @" public const string DEMO = @"
1 1
2 2
3 <==>
3
4 4
5 5
6 6
7 <=====> <================>
8 [................]
9 [................]
0 [................]
1 <==============================>
2 [..............................]
3 [..............................]
4 [..............................]
============================================
............................................";
7
8 <===X===> <======================>
9
0
1
2
3 dfffxfffxfffb
===================> <=============> <================================================================================================
...................] [..............^^^^.................................................................................................
....................~`~`....................................................................................................................";
public const string ROCKS = @" public const string ROCKS = @"
@ -33,8 +33,8 @@
......................................... .........................................
......................................... .........................................
......................................... .........................................
.........................................
[.................................
0 [.................................
1 [.................................
2 [................................. 2 [.................................
3 [................................. 3 [.................................
4 [................................. 4 [.................................

Loading…
Cancel
Save