home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Inne
/
Gry
/
Pushover
/
themes
/
dungeon.lua
< prev
next >
Wrap
Text File
|
2011-05-11
|
2KB
|
203 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
20, 0, -- FgElementDoor0
21, 0, -- FgElementDoor1
22, 0, -- FgElementDoor2
23, 0, -- FgElementDoor3
}
-- as many background tiles as you want.
background = {
9, 2,
1, 2,
5, 2,
7, 2,
6, 2,
0, 4,
1, 4,
3, 2,
0, 5,
1, 5,
2, 5,
7, 7,
8, 7,
7, 8,
8, 8,
16, 7,
17, 7,
19, 8,
20, 8,
16, 8,
17, 8,
16, 9,
17, 9,
13, 8,
14, 8,
13, 9,
14, 9,
10, 8,
11, 8,
4, 8,
5, 8,
1, 8,
2, 8,
22, 8,
23, 8,
22, 9,
23, 9,
26, 6,
27, 6,
26, 7,
27, 7,
26, 8,
27, 8,
2, 11,
3, 11,
4, 11,
3, 12,
4, 12,
3, 13,
4, 13,
3, 14,
4, 14,
19, 11,
20, 11,
21, 11,
19, 12,
20, 12,
21, 12,
19, 13,
20, 13,
21, 13,
23, 12,
24, 12,
27, 11,
28, 11,
27, 12,
28, 12,
27, 13,
28, 13,
15, 17,
16, 17,
16, 16,
18, 17,
19, 17,
18, 16,
18, 18,
19, 18,
18, 15,
7, 11,
8, 11,
9, 11,
10, 11,
11, 11,
7, 12,
8, 12,
9, 12,
10, 12,
11, 12,
12, 12,
7, 13,
8, 13,
9, 13,
10, 13,
11, 13,
12, 13,
7, 14,
8, 14,
9, 14,
7, 15,
8, 15,
9, 15,
10, 15,
7, 16,
8, 16,
9, 16,
12, 14,
12, 15,
12, 16,
11, 16,
14, 13,
15, 13,
16, 13,
17, 13,
9, 4,
10, 4,
11, 4,
12, 4,
13, 4,
14, 4,
15, 4,
16, 4,
17, 4,
18, 4,
19, 4,
20, 4,
21, 4,
22, 4,
23, 4,
24, 4,
25, 4,
26, 4,
27, 4,
28, 4,
29, 4,
30, 4,
31, 4,
1, 16,
2, 16,
1, 17,
2, 17,
4, 16,
4, 17,
5, 17,
1, 19,
2, 19,
4, 19,
10, 5,
11, 5,
12, 5,
13, 5,
14, 5,
15, 18,
16, 18,
15, 5,
16, 15,
9, 5,
16, 5,
17, 5,
18, 5,
19, 5,
20, 5,
21, 5,
22,5,
23,5,
24,5,
25,5,
26,5,
13,17,
14,17,
27,5,
}