diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:13:49 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:13:49 +0300 |
| commit | 77c6850d28134638d75a539bb8094e828a47d93f (patch) | |
| tree | db6389316fab37b6d745ca985368ee15ef159c29 /assets/Graphics/spritesheet-backgrounds-double.xml | |
| parent | 9e24aa042e9fb9de34f7b445778518fcb67e24aa (diff) | |
Added Graphics Assets
Diffstat (limited to 'assets/Graphics/spritesheet-backgrounds-double.xml')
| -rw-r--r-- | assets/Graphics/spritesheet-backgrounds-double.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/Graphics/spritesheet-backgrounds-double.xml b/assets/Graphics/spritesheet-backgrounds-double.xml new file mode 100644 index 0000000..edde29b --- /dev/null +++ b/assets/Graphics/spritesheet-backgrounds-double.xml @@ -0,0 +1,16 @@ +<TextureAtlas imagePath="spritesheet-backgrounds-double.png"> + <SubTexture name="background_clouds" x="0" y="0" width="512" height="512"/> + <SubTexture name="background_color_desert" x="513" y="0" width="512" height="512"/> + <SubTexture name="background_color_hills" x="1026" y="0" width="512" height="512"/> + <SubTexture name="background_color_mushrooms" x="1539" y="0" width="512" height="512"/> + <SubTexture name="background_color_trees" x="0" y="513" width="512" height="512"/> + <SubTexture name="background_fade_desert" x="513" y="513" width="512" height="512"/> + <SubTexture name="background_fade_hills" x="1026" y="513" width="512" height="512"/> + <SubTexture name="background_fade_mushrooms" x="1539" y="513" width="512" height="512"/> + <SubTexture name="background_fade_trees" x="0" y="1026" width="512" height="512"/> + <SubTexture name="background_solid_cloud" x="513" y="1026" width="512" height="512"/> + <SubTexture name="background_solid_dirt" x="1026" y="1026" width="512" height="512"/> + <SubTexture name="background_solid_grass" x="1539" y="1026" width="512" height="512"/> + <SubTexture name="background_solid_sand" x="0" y="1539" width="512" height="512"/> + <SubTexture name="background_solid_sky" x="513" y="1539" width="512" height="512"/> +</TextureAtlas> |
