diff options
Diffstat (limited to 'assets/Graphics/spritesheet-backgrounds-default.xml')
| -rw-r--r-- | assets/Graphics/spritesheet-backgrounds-default.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/Graphics/spritesheet-backgrounds-default.xml b/assets/Graphics/spritesheet-backgrounds-default.xml new file mode 100644 index 0000000..9bec3e3 --- /dev/null +++ b/assets/Graphics/spritesheet-backgrounds-default.xml @@ -0,0 +1,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> |
