blob: 9bec3e35d8e477cca5bed2d317d57107c9dc6121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<TextureAtlas imagePath="spritesheet-backgrounds-default.png">
<SubTexture name="background_clouds" x="0" y="0" width="256" height="256"/>
<SubTexture name="background_color_desert" x="257" y="0" width="256" height="256"/>
<SubTexture name="background_color_hills" x="514" y="0" width="256" height="256"/>
<SubTexture name="background_color_mushrooms" x="771" y="0" width="256" height="256"/>
<SubTexture name="background_color_trees" x="0" y="257" width="256" height="256"/>
<SubTexture name="background_fade_desert" x="257" y="257" width="256" height="256"/>
<SubTexture name="background_fade_hills" x="514" y="257" width="256" height="256"/>
<SubTexture name="background_fade_mushrooms" x="771" y="257" width="256" height="256"/>
<SubTexture name="background_fade_trees" x="0" y="514" width="256" height="256"/>
<SubTexture name="background_solid_cloud" x="257" y="514" width="256" height="256"/>
<SubTexture name="background_solid_dirt" x="514" y="514" width="256" height="256"/>
<SubTexture name="background_solid_grass" x="771" y="514" width="256" height="256"/>
<SubTexture name="background_solid_sand" x="0" y="771" width="256" height="256"/>
<SubTexture name="background_solid_sky" x="257" y="771" width="256" height="256"/>
</TextureAtlas>
|