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