Update demo level.
GitOrigin-RevId: 90064478fe88d5dc7ade74ac2417012c16e639fa
This commit is contained in:
parent
0df153581c
commit
6b9aa0844c
@ -1,26 +1,26 @@
|
|||||||
namespace SemiColinGames {
|
namespace SemiColinGames {
|
||||||
class Levels {
|
class Levels {
|
||||||
public readonly string[] ALL_LEVELS = new string[] {
|
public static readonly string[] ALL_LEVELS = new string[] {
|
||||||
DEMO, ROCKS, ONE_ONE
|
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 <=====> <================>
|
7
|
||||||
8 [................]
|
8 <===X===> <======================>
|
||||||
9 [................]
|
9
|
||||||
0 [................]
|
0
|
||||||
1 <==============================>
|
1
|
||||||
2 [..............................]
|
2
|
||||||
3 [..............................]
|
3 dfffxfffxfffb
|
||||||
4 [..............................]
|
===================> <=============> <================================================================================================
|
||||||
============================================
|
...................] [..............^^^^.................................................................................................
|
||||||
............................................";
|
....................~`~`....................................................................................................................";
|
||||||
|
|
||||||
|
|
||||||
public const string ROCKS = @"
|
public const string ROCKS = @"
|
||||||
@ -33,8 +33,8 @@
|
|||||||
.........................................
|
.........................................
|
||||||
.........................................
|
.........................................
|
||||||
.........................................
|
.........................................
|
||||||
.........................................
|
0 [.................................
|
||||||
[.................................
|
1 [.................................
|
||||||
2 [.................................
|
2 [.................................
|
||||||
3 [.................................
|
3 [.................................
|
||||||
4 [.................................
|
4 [.................................
|
||||||
|
Loading…
Reference in New Issue
Block a user