summaryrefslogtreecommitdiff
path: root/levels/level0.txt
blob: 3744ea206c81a0a9697ad08767df1f7131cdcdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# level format
0x1
#   type    posx    posy    sizex   sizey
    0	    150	    70	    1	    1
    1 	    0	    0	    25	    1
    1	    0	    0	    1	    25
    1 	    256	    128	    1	    1
    1 	    448	    256	    1	    1
    1 	    640	    384     10	    1
    2 	    900	    800     1	    1
    1 	    100    1000     25	    1
    1 	    1500    0	    1	    25
# == gameplay elements ==
# gravity inverter
#   type    posx    posy    sizex   sizey
    3	    640	    64	    1	    1
# teleporter
#   type    posx    posy    sizex   sizey   id	    link_id
    4 	    832	    64	    1	    2	    50	    51
    4 	    832	    448	    1	    2	    51	    50