blob: e6490f30ea28e8127161454a3f12191e7200daf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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>
|