diff options
Diffstat (limited to 'assets/Graphics/spritesheet-enemies-default.xml')
| -rw-r--r-- | assets/Graphics/spritesheet-enemies-default.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/assets/Graphics/spritesheet-enemies-default.xml b/assets/Graphics/spritesheet-enemies-default.xml new file mode 100644 index 0000000..e6490f3 --- /dev/null +++ b/assets/Graphics/spritesheet-enemies-default.xml @@ -0,0 +1,62 @@ +<TextureAtlas imagePath="spritesheet-enemies-default.png"> + <SubTexture name="barnacle_attack_a" x="0" y="0" width="64" height="64"/> + <SubTexture name="barnacle_attack_b" x="65" y="0" width="64" height="64"/> + <SubTexture name="barnacle_attack_rest" x="130" y="0" width="64" height="64"/> + <SubTexture name="bee_a" x="195" y="0" width="64" height="64"/> + <SubTexture name="bee_b" x="260" y="0" width="64" height="64"/> + <SubTexture name="bee_rest" x="325" y="0" width="64" height="64"/> + <SubTexture name="block_fall" x="390" y="0" width="64" height="64"/> + <SubTexture name="block_idle" x="455" y="0" width="64" height="64"/> + <SubTexture name="block_rest" x="0" y="65" width="64" height="64"/> + <SubTexture name="fish_blue_rest" x="65" y="65" width="64" height="64"/> + <SubTexture name="fish_blue_swim_a" x="130" y="65" width="64" height="64"/> + <SubTexture name="fish_blue_swim_b" x="195" y="65" width="64" height="64"/> + <SubTexture name="fish_purple_down" x="260" y="65" width="64" height="64"/> + <SubTexture name="fish_purple_rest" x="325" y="65" width="64" height="64"/> + <SubTexture name="fish_purple_up" x="390" y="65" width="64" height="64"/> + <SubTexture name="fish_yellow_rest" x="455" y="65" width="64" height="64"/> + <SubTexture name="fish_yellow_swim_a" x="0" y="130" width="64" height="64"/> + <SubTexture name="fish_yellow_swim_b" x="65" y="130" width="64" height="64"/> + <SubTexture name="fly_a" x="130" y="130" width="64" height="64"/> + <SubTexture name="fly_b" x="195" y="130" width="64" height="64"/> + <SubTexture name="fly_rest" x="260" y="130" width="64" height="64"/> + <SubTexture name="frog_idle" x="325" y="130" width="64" height="64"/> + <SubTexture name="frog_jump" x="390" y="130" width="64" height="64"/> + <SubTexture name="frog_rest" x="455" y="130" width="64" height="64"/> + <SubTexture name="ladybug_fly" x="0" y="195" width="64" height="64"/> + <SubTexture name="ladybug_rest" x="65" y="195" width="64" height="64"/> + <SubTexture name="ladybug_walk_a" x="130" y="195" width="64" height="64"/> + <SubTexture name="ladybug_walk_b" x="195" y="195" width="64" height="64"/> + <SubTexture name="mouse_rest" x="260" y="195" width="64" height="64"/> + <SubTexture name="mouse_walk_a" x="325" y="195" width="64" height="64"/> + <SubTexture name="mouse_walk_b" x="390" y="195" width="64" height="64"/> + <SubTexture name="saw_a" x="455" y="195" width="64" height="64"/> + <SubTexture name="saw_b" x="0" y="260" width="64" height="64"/> + <SubTexture name="saw_rest" x="65" y="260" width="64" height="64"/> + <SubTexture name="slime_block_jump" x="130" y="260" width="64" height="64"/> + <SubTexture name="slime_block_rest" x="195" y="260" width="64" height="64"/> + <SubTexture name="slime_block_walk_a" x="260" y="260" width="64" height="64"/> + <SubTexture name="slime_block_walk_b" x="325" y="260" width="64" height="64"/> + <SubTexture name="slime_fire_flat" x="390" y="260" width="64" height="64"/> + <SubTexture name="slime_fire_rest" x="455" y="260" width="64" height="64"/> + <SubTexture name="slime_fire_walk_a" x="0" y="325" width="64" height="64"/> + <SubTexture name="slime_fire_walk_b" x="65" y="325" width="64" height="64"/> + <SubTexture name="slime_normal_flat" x="130" y="325" width="64" height="64"/> + <SubTexture name="slime_normal_rest" x="195" y="325" width="64" height="64"/> + <SubTexture name="slime_normal_walk_a" x="260" y="325" width="64" height="64"/> + <SubTexture name="slime_normal_walk_b" x="325" y="325" width="64" height="64"/> + <SubTexture name="slime_spike_flat" x="390" y="325" width="64" height="64"/> + <SubTexture name="slime_spike_rest" x="455" y="325" width="64" height="64"/> + <SubTexture name="slime_spike_walk_a" x="0" y="390" width="64" height="64"/> + <SubTexture name="slime_spike_walk_b" x="65" y="390" width="64" height="64"/> + <SubTexture name="snail_rest" x="130" y="390" width="64" height="64"/> + <SubTexture name="snail_shell" x="195" y="390" width="64" height="64"/> + <SubTexture name="snail_walk_a" x="260" y="390" width="64" height="64"/> + <SubTexture name="snail_walk_b" x="325" y="390" width="64" height="64"/> + <SubTexture name="worm_normal_move_a" x="390" y="390" width="64" height="64"/> + <SubTexture name="worm_normal_move_b" x="455" y="390" width="64" height="64"/> + <SubTexture name="worm_normal_rest" x="0" y="455" width="64" height="64"/> + <SubTexture name="worm_ring_move_a" x="65" y="455" width="64" height="64"/> + <SubTexture name="worm_ring_move_b" x="130" y="455" width="64" height="64"/> + <SubTexture name="worm_ring_rest" x="195" y="455" width="64" height="64"/> +</TextureAtlas> |
