home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Inne
/
Gry
/
Pushover
/
themes
/
space.lua
< prev
next >
Wrap
Text File
|
2011-05-11
|
3KB
|
290 lines
-- the 22 foreground tiles
foreground = {
1, 0, -- FgElementPlatformStart
2, 0, -- FgElementPlatformMiddle
3, 0, -- FgElementPlatformEnd
4, 0, -- FgElementPlatformLadderDown
5, 0, -- FgElementLadder
6, 0, -- FgElementPlatformLadderUp
7, 0, -- FgElementPlatformStep1
8, 0, -- FgElementPlatformStep2
9, 0, -- FgElementPlatformStep3
10, 0, -- FgElementPlatformStep4
11, 0, -- FgElementPlatformStep5
12, 0, -- FgElementPlatformStep6
13, 0, -- FgElementPlatformStep7
14, 0, -- FgElementPlatformStep8
17, 0, -- FgElementLadderMiddle
18, 0, -- FgElementPlatformStrip
5, 0, -- FgElementLadder2 == Ladder
20, 0, -- FgElementDoor0
21, 0, -- FgElementDoor1
22, 0, -- FgElementDoor2
23, 0, -- FgElementDoor3
}
-- as many background tiles as you want.
background = {
0, 0,
24, 0,
1, 7,
2, 7,
1, 8,
2, 8,
3, 7,
3, 8,
4, 7,
5, 7,
4, 8,
5, 8,
1, 17,
1, 18,
2, 17,
3, 17,
2, 18,
3, 18,
4, 18,
4, 17,
5, 17,
6, 17,
5, 18,
6, 18,
7, 17,
8, 17,
7, 18,
8, 18,
6, 7,
6, 8,
0, 7,
0, 8,
9, 17,
9, 18,
0, 17,
0, 18,
4, 14,
5, 14,
4, 10,
5, 10,
1, 11,
2, 11,
1, 12,
2, 12,
4, 11,
5, 11,
4, 12,
5, 12,
1, 14,
2, 14,
1, 13,
2, 13,
4, 13,
5, 13,
1, 15,
2, 15,
1, 10,
2, 10,
1, 3,
2, 3,
3, 3,
4, 3,
5, 3,
6, 3,
7, 3,
8, 3,
22, 14,
23, 14,
22, 16,
23, 16,
9, 3,
10, 3,
30, 10,
30, 9,
30, 13,
30, 14,
27, 14,
27, 15,
30, 18,
30, 8,
30, 7,
30, 16,
30, 15,
25, 14,
25, 15,
30, 11,
30, 12,
14, 3,
15, 3,
16, 3,
17, 3,
27, 3,
27, 4,
28, 4,
27, 5,
20, 7,
21, 7,
22, 7,
23, 7,
24, 7,
25, 7,
26, 7,
20, 8,
21, 8,
22, 8,
23, 8,
24, 8,
25, 8,
26, 8,
20, 9,
21, 9,
22, 9,
23, 9,
24, 9,
25, 9,
26, 9,
20, 10,
21, 10,
22, 10,
23, 10,
24, 10,
25, 10,
26, 10,
20, 11,
21, 11,
22, 11,
23, 11,
24, 11,
25, 11,
26, 11,
21, 12,
22, 12,
23, 12,
24, 12,
25, 12,
26, 12,
17, 5,
0, 5,
1, 5,
2, 5,
3, 5,
4, 5,
5, 5,
6, 5,
7, 5,
8, 5,
9, 5,
10, 5,
11, 5,
12, 5,
13, 5,
14, 5,
15, 5,
16, 5,
10, 7,
11, 7,
12, 7,
13, 7,
14, 7,
15, 7,
16, 7,
17, 7,
10, 8,
11, 8,
12, 8,
13, 8,
14, 8,
15, 8,
16, 8,
17, 8,
10, 9,
11, 9,
12, 9,
13, 9,
14, 9,
15, 9,
16, 9,
17, 9,
10, 10,
11, 10,
12, 10,
13, 10,
14, 10,
15, 10,
16, 10,
17, 10,
10, 11,
11, 11,
12, 11,
13, 11,
14, 11,
15, 11,
16, 11,
17, 11,
11, 12,
12, 12,
13, 12,
14, 12,
15, 12,
16, 12,
17, 12,
11, 13,
12, 13,
13, 13,
14, 13,
15, 13,
16, 13,
17, 13,
12, 14,
13, 14,
14, 14,
15, 14,
16, 14,
17, 14,
18, 14,
12, 15,
13, 15,
14, 15,
15, 15,
16, 15,
17, 15,
18, 15,
12, 16,
13, 16,
14, 16,
15, 16,
16, 16,
17, 16,
18, 16,
13, 17,
14, 17,
15, 17,
16, 17,
17, 17,
18, 17,
19, 17,
13, 18,
14, 18,
15, 18,
16, 18,
17, 18,
18, 18,
19, 18,
20, 18,
13, 19,
14, 19,
15, 19,
16, 19,
17, 19,
18, 19,
19, 19,
20, 19,
21, 19,
22, 19,
14, 20,
15, 20,
16, 20,
}