Skip to content

Commit 1fad917

Browse files
committed
adding resources
1 parent ee99fad commit 1fad917

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+77685
-0
lines changed

bin/data/actors/actor.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"type" : "sprite",
3+
"size" : [ 16, 16 ],
4+
"tile-size" : [ 16, 16 ],
5+
"origin" : [ 8, 12 ],
6+
"mask" : [ 0.25, 0.5, 0.75, 1.0 ],
7+
"animation" : {
8+
"speed" : 10.0,
9+
"frames" : {
10+
"down": {
11+
"stand": [0],
12+
"walk": [0,1,0,2]
13+
},
14+
"up": {
15+
"stand": [3],
16+
"walk": [3,4,3,5]
17+
},
18+
"left": {
19+
"stand": [6],
20+
"walk": [6,7,6,8]
21+
},
22+
"right": {
23+
"stand": ["hflip",6],
24+
"walk": ["hflip",6,7,6,8]
25+
},
26+
"death": ["once",9,10,11]
27+
}
28+
},
29+
"skins": [
30+
"grampire"
31+
]
32+
}

bin/data/actors/grampire.png

1.1 KB

bin/data/audio/asylum.ogg

1.43 MB
Binary file not shown.

bin/data/audio/bighead-death.wav

214 KB
Binary file not shown.
588 KB
Binary file not shown.

bin/data/audio/circus_idea.ogg

251 KB
Binary file not shown.

bin/data/audio/death.wav

69.8 KB
Binary file not shown.

bin/data/audio/door.wav

50.5 KB
Binary file not shown.

bin/data/audio/hit.wav

47 KB
Binary file not shown.
138 KB
Binary file not shown.

bin/data/audio/hurt.wav

78.4 KB
Binary file not shown.

bin/data/audio/ingame1.ogg

547 KB
Binary file not shown.

bin/data/audio/key.wav

106 KB
Binary file not shown.

bin/data/audio/machinegun.wav

27.8 KB
Binary file not shown.

bin/data/audio/medkit.wav

32.6 KB
Binary file not shown.

bin/data/audio/menuback.wav

158 KB
Binary file not shown.

bin/data/audio/menuselect.wav

170 KB
Binary file not shown.

bin/data/audio/monsters.ogg

798 KB
Binary file not shown.

bin/data/audio/notify.wav

71.9 KB
Binary file not shown.

bin/data/audio/pistol.wav

39.8 KB
Binary file not shown.

bin/data/audio/rain.ogg

768 KB
Binary file not shown.

bin/data/audio/raven-death.wav

90.3 KB
Binary file not shown.

bin/data/audio/raven.wav

491 KB
Binary file not shown.

bin/data/audio/reload.wav

345 KB
Binary file not shown.

bin/data/audio/rust_ambient.ogg

991 KB
Binary file not shown.

bin/data/audio/scroll.wav

9.95 KB
Binary file not shown.

bin/data/audio/shotgun.wav

24.6 KB
Binary file not shown.

bin/data/audio/skeleton-death.wav

94 KB
Binary file not shown.

bin/data/audio/skeleton-old1.wav

5.45 MB
Binary file not shown.

bin/data/audio/thunder.wav

1.63 MB
Binary file not shown.

bin/data/audio/uzis.wav

39.8 KB
Binary file not shown.

bin/data/audio/zombie-death.wav

205 KB
Binary file not shown.

bin/data/background.png

74.8 KB

bin/data/effects/fogLayer.png

242 KB

bin/data/effects/particle.png

2.13 KB

bin/data/effects/rain.png

2.23 KB

bin/data/hud/arrow.png

221 Bytes

bin/data/hud/background2.png

3.64 MB

bin/data/hud/hitpoint.png

316 Bytes

bin/data/hud/hp.png

271 Bytes

bin/data/hud/life.png

346 Bytes

bin/data/hud/lifebar.png

273 Bytes

bin/data/hud/portrait_bernie.png

2.58 KB
1.43 KB

bin/data/hud/portrait_grampire.png

1.44 KB

bin/data/hud/portrait_maskkid.png

1.47 KB

bin/data/hud/portrait_steven.png

2.26 KB

bin/data/logo.png

169 KB

bin/data/maps.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"maps": [
3+
"modern",
4+
"theGraveyard",
5+
"church"
6+
]
7+
}

bin/data/maps/32and16test.tmx

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="16" tileheight="16">
3+
<tileset firstgid="1" name="grave" tilewidth="32" tileheight="32">
4+
<image source="graveyardTileset.png" trans="ff00ff" width="256" height="256"/>
5+
</tileset>
6+
<tileset firstgid="65" name="modern" tilewidth="16" tileheight="16">
7+
<image source="modernTileset.png" trans="ff00ff" width="256" height="256"/>
8+
</tileset>
9+
<layer name="Tile Layer 1" width="30" height="30">
10+
<data encoding="csv">
11+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
12+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
13+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
14+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
15+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
16+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
17+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
18+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
19+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
20+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
21+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
22+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
23+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,67,67,67,67,67,67,66,66,66,66,66,66,66,66,66,
24+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,67,67,67,67,67,67,66,66,66,66,66,66,66,66,66,
25+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,67,67,67,67,67,67,66,66,66,66,66,66,66,66,66,
26+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,67,67,67,67,67,67,66,66,66,66,66,66,66,66,66,
27+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
28+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
29+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
30+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
31+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
32+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
33+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
34+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
35+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
36+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
37+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
38+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
39+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,
40+
66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66
41+
</data>
42+
</layer>
43+
<layer name="Tile Layer 2" width="30" height="30">
44+
<data encoding="csv">
45+
151,0,151,0,151,0,151,0,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
46+
151,151,151,151,151,151,151,151,151,0,151,151,0,151,0,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
47+
0,151,0,0,0,0,0,151,0,0,0,0,0,151,0,0,0,0,0,0,0,151,151,151,151,151,151,151,151,151,
48+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,113,114,151,151,151,151,151,151,151,151,151,151,151,151,151,
49+
151,151,151,151,151,151,151,0,151,151,151,151,151,151,151,129,130,151,151,26,151,151,151,151,151,106,151,151,151,151,
50+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,122,151,151,151,151,
51+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
52+
151,151,151,151,151,37,151,151,147,148,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
53+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,107,108,151,151,151,151,151,151,151,
54+
151,151,151,151,151,151,151,151,151,151,151,151,151,19,151,151,151,151,26,151,151,123,124,151,151,151,151,151,151,151,
55+
151,151,151,18,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
56+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,81,81,81,81,81,81,151,151,151,151,151,151,151,151,151,
57+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
58+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
59+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
60+
151,151,151,55,151,55,55,55,55,55,55,55,55,151,151,89,89,85,89,74,89,151,151,45,151,151,151,151,151,151,
61+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
62+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
63+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
64+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,20,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
65+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
66+
151,151,151,151,19,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,
67+
151,151,151,151,27,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,151,151,151,151,151,151,151,
68+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,45,151,151,151,151,151,151,151,
69+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,45,45,151,151,151,151,151,151,151,151,
70+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
71+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
72+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
73+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,
74+
151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151
75+
</data>
76+
</layer>
77+
<layer name="Tile Layer 3" width="30" height="30">
78+
<data encoding="csv">
79+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
80+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
81+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
82+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
83+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
84+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
85+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
86+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
87+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
88+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
89+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
90+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,133,133,133,133,88,0,0,0,0,0,0,0,0,0,
91+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,131,0,0,0,88,0,0,0,0,0,0,0,0,0,
92+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,88,0,0,0,0,0,0,0,0,0,
93+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,88,0,0,0,0,0,0,0,0,0,
94+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,88,0,0,0,0,0,0,0,0,0,
95+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
96+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
97+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
98+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
99+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
100+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
101+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
102+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
103+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
104+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
105+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
106+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
107+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
108+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
109+
</data>
110+
</layer>
111+
</map>

bin/data/maps/church.tmx

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<map version="1.0" orientation="orthogonal" width="30" height="30" tilewidth="16" tileheight="16">
3+
<tileset firstgid="1" name="graveyard" tilewidth="16" tileheight="16">
4+
<image source="graveyardTileset.png" trans="ff00ff" width="256" height="256"/>
5+
</tileset>
6+
<tileset firstgid="257" name="objects" tilewidth="16" tileheight="16">
7+
<image source="itemTileset.png" trans="ff00ff" width="128" height="128"/>
8+
</tileset>
9+
<layer name="Tile Layer 1" width="30" height="30">
10+
<data encoding="csv">
11+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
12+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,9,9,9,9,9,
13+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,21,42,21,21,21,21,21,21,21,21,21,9,9,9,9,9,
14+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,9,9,9,9,9,
15+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,183,179,185,21,21,21,21,21,21,21,21,9,9,9,9,9,
16+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
17+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
18+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
19+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
20+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
21+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
22+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,180,186,181,21,21,21,21,21,21,21,21,9,9,9,9,9,
23+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,184,178,182,21,21,21,21,21,21,21,21,9,9,9,9,9,
24+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,9,9,9,9,9,
25+
9,9,9,9,9,9,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,9,9,9,9,9,
26+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
27+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
28+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
29+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
30+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
31+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
32+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
33+
9,9,9,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9,9,9,9,9,
34+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
35+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
36+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
37+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
38+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
39+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,
40+
9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9
41+
</data>
42+
</layer>
43+
<layer name="decal" width="30" height="30">
44+
<data encoding="csv">
45+
0,0,0,0,0,0,23,23,24,23,23,23,24,23,23,23,23,23,24,23,23,23,24,23,23,0,0,0,0,0,
46+
0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,
47+
0,0,0,0,0,0,19,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,0,0,0,0,0,
48+
0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,
49+
76,79,79,79,78,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
50+
91,62,60,63,90,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
51+
91,64,61,74,90,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
52+
77,80,80,80,75,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
53+
0,0,0,0,0,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
54+
3,2,2,2,5,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
55+
1,0,0,0,1,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
56+
4,2,2,2,6,0,19,0,213,214,0,0,213,214,0,0,0,213,214,0,0,213,214,0,18,0,0,0,0,0,
57+
0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,
58+
0,0,0,0,0,0,19,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,0,0,0,0,0,
59+
0,0,0,0,76,79,17,17,17,17,17,17,17,22,17,20,17,22,17,17,17,17,17,17,17,78,0,0,0,0,
60+
0,0,0,58,91,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,90,0,0,0,0,
61+
0,0,0,58,91,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,90,0,0,0,0,
62+
0,0,0,58,91,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,90,0,0,0,0,
63+
0,0,0,58,91,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,90,0,0,0,0,
64+
0,0,0,58,91,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,90,0,0,0,0,
65+
0,0,0,58,91,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,90,0,0,0,0,
66+
0,0,0,58,91,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,134,135,90,0,0,0,0,
67+
0,0,0,58,91,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,150,151,90,0,0,0,0,
68+
0,0,0,0,77,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,75,0,0,0,0,
69+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
70+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
71+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
72+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
73+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
74+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
75+
</data>
76+
</layer>
77+
<layer name="decal's decal" width="30" height="30">
78+
<data encoding="csv">
79+
0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,18,0,0,0,0,0,
80+
0,0,0,0,0,0,0,0,0,0,0,0,0,29,29,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,
81+
0,0,0,0,0,0,0,0,0,0,0,0,0,45,45,45,45,45,0,0,0,0,0,0,0,0,0,0,0,0,
82+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
83+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
84+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
85+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
86+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
87+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
88+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
89+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
90+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
91+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
92+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
93+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
94+
0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,
95+
0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,
96+
0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,
97+
0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,
98+
0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,
99+
0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,
100+
0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,
101+
0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,0,0,
102+
0,0,0,0,0,166,167,166,167,166,167,166,167,166,167,166,167,166,167,166,167,166,167,166,167,0,0,0,0,0,
103+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
104+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
105+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
106+
49,49,49,49,49,49,49,49,49,49,49,49,49,0,0,0,0,0,49,49,49,49,49,49,49,49,49,49,49,49,
107+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
108+
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
109+
</data>
110+
</layer>
111+
<objectgroup name="objects" width="30" height="30">
112+
<object gid="257" x="111" y="336"/>
113+
<object gid="265" x="367" y="319"/>
114+
<object gid="281" x="291" y="405"/>
115+
<object gid="259" x="185" y="221"/>
116+
<object gid="259" x="175" y="42"/>
117+
<object gid="259" x="326" y="43"/>
118+
</objectgroup>
119+
</map>

bin/data/maps/circusTileset.png

5.2 KB

0 commit comments

Comments
 (0)