blob: b030d471ebf0e995276eb22486ec23b021389e19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<TextureAtlas imagePath="sprites.png">
<SubTexture name="arrow_white.png" x="450" y="571" width="165" height="99"/>
<SubTexture name="arrow_yellow.png" x="450" y="470" width="165" height="99"/>
<SubTexture name="barrel_blue.png" x="762" y="368" width="56" height="56"/>
<SubTexture name="barrel_blue_down.png" x="666" y="139" width="70" height="48"/>
<SubTexture name="barrel_red.png" x="737" y="934" width="56" height="56"/>
<SubTexture name="barrel_red_down.png" x="728" y="645" width="70" height="48"/>
<SubTexture name="barrier_red.png" x="450" y="406" width="210" height="62"/>
<SubTexture name="barrier_red_race.png" x="450" y="278" width="210" height="62"/>
<SubTexture name="barrier_white.png" x="450" y="214" width="210" height="62"/>
<SubTexture name="barrier_white_race.png" x="450" y="342" width="210" height="62"/>
<SubTexture name="cone_down.png" x="795" y="947" width="46" height="44"/>
<SubTexture name="cone_straight.png" x="800" y="645" width="45" height="44"/>
<SubTexture name="light_white.png" x="662" y="214" width="98" height="235"/>
<SubTexture name="light_yellow.png" x="659" y="697" width="98" height="235"/>
<SubTexture name="lights.png" x="450" y="672" width="160" height="64"/>
<SubTexture name="oil.png" x="617" y="600" width="109" height="95"/>
<SubTexture name="rock1.png" x="646" y="934" width="89" height="72"/>
<SubTexture name="rock2.png" x="666" y="69" width="73" height="68"/>
<SubTexture name="rock3.png" x="666" y="0" width="87" height="67"/>
<SubTexture name="skidmark_long_1.png" x="759" y="695" width="60" height="192"/>
<SubTexture name="skidmark_long_2.png" x="755" y="0" width="60" height="192"/>
<SubTexture name="skidmark_long_3.png" x="747" y="451" width="76" height="192"/>
<SubTexture name="skidmark_short_1.png" x="78" y="1000" width="60" height="16"/>
<SubTexture name="skidmark_short_2.png" x="140" y="1000" width="60" height="16"/>
<SubTexture name="skidmark_short_3.png" x="0" y="1000" width="76" height="16"/>
<SubTexture name="tent_blue.png" x="516" y="881" width="128" height="128"/>
<SubTexture name="tent_blue_large.png" x="0" y="742" width="256" height="256"/>
<SubTexture name="tent_red.png" x="617" y="470" width="128" height="128"/>
<SubTexture name="tent_red_large.png" x="258" y="742" width="256" height="256"/>
<SubTexture name="tires_red.png" x="762" y="194" width="56" height="56"/>
<SubTexture name="tires_red_alt.png" x="762" y="252" width="56" height="56"/>
<SubTexture name="tires_white.png" x="762" y="310" width="56" height="56"/>
<SubTexture name="tires_white_alt.png" x="795" y="889" width="56" height="56"/>
<SubTexture name="tree_large.png" x="450" y="0" width="214" height="212"/>
<SubTexture name="tree_small.png" x="516" y="738" width="141" height="141"/>
<SubTexture name="tribune_empty.png" x="0" y="517" width="448" height="223"/>
<SubTexture name="tribune_full.png" x="0" y="292" width="448" height="223"/>
<SubTexture name="tribune_overhang_red.png" x="0" y="146" width="448" height="144"/>
<SubTexture name="tribune_overhang_striped.png" x="0" y="0" width="448" height="144"/>
</TextureAtlas>
|