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-characters-default.xml | |
| parent | 9e24aa042e9fb9de34f7b445778518fcb67e24aa (diff) | |
Added Graphics Assets
Diffstat (limited to 'assets/Graphics/spritesheet-characters-default.xml')
| -rw-r--r-- | assets/Graphics/spritesheet-characters-default.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/assets/Graphics/spritesheet-characters-default.xml b/assets/Graphics/spritesheet-characters-default.xml new file mode 100644 index 0000000..3d67cd2 --- /dev/null +++ b/assets/Graphics/spritesheet-characters-default.xml @@ -0,0 +1,47 @@ +<TextureAtlas imagePath="spritesheet-characters-default.png"> + <SubTexture name="character_beige_climb_a" x="0" y="0" width="128" height="128"/> + <SubTexture name="character_beige_climb_b" x="129" y="0" width="128" height="128"/> + <SubTexture name="character_beige_duck" x="258" y="0" width="128" height="128"/> + <SubTexture name="character_beige_front" x="387" y="0" width="128" height="128"/> + <SubTexture name="character_beige_hit" x="516" y="0" width="128" height="128"/> + <SubTexture name="character_beige_idle" x="645" y="0" width="128" height="128"/> + <SubTexture name="character_beige_jump" x="774" y="0" width="128" height="128"/> + <SubTexture name="character_beige_walk_a" x="0" y="129" width="128" height="128"/> + <SubTexture name="character_beige_walk_b" x="129" y="129" width="128" height="128"/> + <SubTexture name="character_green_climb_a" x="258" y="129" width="128" height="128"/> + <SubTexture name="character_green_climb_b" x="387" y="129" width="128" height="128"/> + <SubTexture name="character_green_duck" x="516" y="129" width="128" height="128"/> + <SubTexture name="character_green_front" x="645" y="129" width="128" height="128"/> + <SubTexture name="character_green_hit" x="774" y="129" width="128" height="128"/> + <SubTexture name="character_green_idle" x="0" y="258" width="128" height="128"/> + <SubTexture name="character_green_jump" x="129" y="258" width="128" height="128"/> + <SubTexture name="character_green_walk_a" x="258" y="258" width="128" height="128"/> + <SubTexture name="character_green_walk_b" x="387" y="258" width="128" height="128"/> + <SubTexture name="character_pink_climb_a" x="516" y="258" width="128" height="128"/> + <SubTexture name="character_pink_climb_b" x="645" y="258" width="128" height="128"/> + <SubTexture name="character_pink_duck" x="774" y="258" width="128" height="128"/> + <SubTexture name="character_pink_front" x="0" y="387" width="128" height="128"/> + <SubTexture name="character_pink_hit" x="129" y="387" width="128" height="128"/> + <SubTexture name="character_pink_idle" x="258" y="387" width="128" height="128"/> + <SubTexture name="character_pink_jump" x="387" y="387" width="128" height="128"/> + <SubTexture name="character_pink_walk_a" x="516" y="387" width="128" height="128"/> + <SubTexture name="character_pink_walk_b" x="645" y="387" width="128" height="128"/> + <SubTexture name="character_purple_climb_a" x="774" y="387" width="128" height="128"/> + <SubTexture name="character_purple_climb_b" x="0" y="516" width="128" height="128"/> + <SubTexture name="character_purple_duck" x="129" y="516" width="128" height="128"/> + <SubTexture name="character_purple_front" x="258" y="516" width="128" height="128"/> + <SubTexture name="character_purple_hit" x="387" y="516" width="128" height="128"/> + <SubTexture name="character_purple_idle" x="516" y="516" width="128" height="128"/> + <SubTexture name="character_purple_jump" x="645" y="516" width="128" height="128"/> + <SubTexture name="character_purple_walk_a" x="774" y="516" width="128" height="128"/> + <SubTexture name="character_purple_walk_b" x="0" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_climb_a" x="129" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_climb_b" x="258" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_duck" x="387" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_front" x="516" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_hit" x="645" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_idle" x="774" y="645" width="128" height="128"/> + <SubTexture name="character_yellow_jump" x="0" y="774" width="128" height="128"/> + <SubTexture name="character_yellow_walk_a" x="129" y="774" width="128" height="128"/> + <SubTexture name="character_yellow_walk_b" x="258" y="774" width="128" height="128"/> +</TextureAtlas> |
