blob: 801b0ed6af45537e792d0da53cda56180572e7e0 (
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-double.png">
<SubTexture name="barnacle_attack_a" x="0" y="0" width="128" height="128"/>
<SubTexture name="barnacle_attack_b" x="129" y="0" width="128" height="128"/>
<SubTexture name="barnacle_attack_rest" x="258" y="0" width="128" height="128"/>
<SubTexture name="bee_a" x="387" y="0" width="128" height="128"/>
<SubTexture name="bee_b" x="516" y="0" width="128" height="128"/>
<SubTexture name="bee_rest" x="645" y="0" width="128" height="128"/>
<SubTexture name="block_fall" x="774" y="0" width="128" height="128"/>
<SubTexture name="block_idle" x="903" y="0" width="128" height="128"/>
<SubTexture name="block_rest" x="0" y="129" width="128" height="128"/>
<SubTexture name="fish_blue_rest" x="129" y="129" width="128" height="128"/>
<SubTexture name="fish_blue_swim_a" x="258" y="129" width="128" height="128"/>
<SubTexture name="fish_blue_swim_b" x="387" y="129" width="128" height="128"/>
<SubTexture name="fish_purple_down" x="516" y="129" width="128" height="128"/>
<SubTexture name="fish_purple_rest" x="645" y="129" width="128" height="128"/>
<SubTexture name="fish_purple_up" x="774" y="129" width="128" height="128"/>
<SubTexture name="fish_yellow_rest" x="903" y="129" width="128" height="128"/>
<SubTexture name="fish_yellow_swim_a" x="0" y="258" width="128" height="128"/>
<SubTexture name="fish_yellow_swim_b" x="129" y="258" width="128" height="128"/>
<SubTexture name="fly_a" x="258" y="258" width="128" height="128"/>
<SubTexture name="fly_b" x="387" y="258" width="128" height="128"/>
<SubTexture name="fly_rest" x="516" y="258" width="128" height="128"/>
<SubTexture name="frog_idle" x="645" y="258" width="128" height="128"/>
<SubTexture name="frog_jump" x="774" y="258" width="128" height="128"/>
<SubTexture name="frog_rest" x="903" y="258" width="128" height="128"/>
<SubTexture name="ladybug_fly" x="0" y="387" width="128" height="128"/>
<SubTexture name="ladybug_rest" x="129" y="387" width="128" height="128"/>
<SubTexture name="ladybug_walk_a" x="258" y="387" width="128" height="128"/>
<SubTexture name="ladybug_walk_b" x="387" y="387" width="128" height="128"/>
<SubTexture name="mouse_rest" x="516" y="387" width="128" height="128"/>
<SubTexture name="mouse_walk_a" x="645" y="387" width="128" height="128"/>
<SubTexture name="mouse_walk_b" x="774" y="387" width="128" height="128"/>
<SubTexture name="saw_a" x="903" y="387" width="128" height="128"/>
<SubTexture name="saw_b" x="0" y="516" width="128" height="128"/>
<SubTexture name="saw_rest" x="129" y="516" width="128" height="128"/>
<SubTexture name="slime_block_jump" x="258" y="516" width="128" height="128"/>
<SubTexture name="slime_block_rest" x="387" y="516" width="128" height="128"/>
<SubTexture name="slime_block_walk_a" x="516" y="516" width="128" height="128"/>
<SubTexture name="slime_block_walk_b" x="645" y="516" width="128" height="128"/>
<SubTexture name="slime_fire_flat" x="774" y="516" width="128" height="128"/>
<SubTexture name="slime_fire_rest" x="903" y="516" width="128" height="128"/>
<SubTexture name="slime_fire_walk_a" x="0" y="645" width="128" height="128"/>
<SubTexture name="slime_fire_walk_b" x="129" y="645" width="128" height="128"/>
<SubTexture name="slime_normal_flat" x="258" y="645" width="128" height="128"/>
<SubTexture name="slime_normal_rest" x="387" y="645" width="128" height="128"/>
<SubTexture name="slime_normal_walk_a" x="516" y="645" width="128" height="128"/>
<SubTexture name="slime_normal_walk_b" x="645" y="645" width="128" height="128"/>
<SubTexture name="slime_spike_flat" x="774" y="645" width="128" height="128"/>
<SubTexture name="slime_spike_rest" x="903" y="645" width="128" height="128"/>
<SubTexture name="slime_spike_walk_a" x="0" y="774" width="128" height="128"/>
<SubTexture name="slime_spike_walk_b" x="129" y="774" width="128" height="128"/>
<SubTexture name="snail_rest" x="258" y="774" width="128" height="128"/>
<SubTexture name="snail_shell" x="387" y="774" width="128" height="128"/>
<SubTexture name="snail_walk_a" x="516" y="774" width="128" height="128"/>
<SubTexture name="snail_walk_b" x="645" y="774" width="128" height="128"/>
<SubTexture name="worm_normal_move_a" x="774" y="774" width="128" height="128"/>
<SubTexture name="worm_normal_move_b" x="903" y="774" width="128" height="128"/>
<SubTexture name="worm_normal_rest" x="0" y="903" width="128" height="128"/>
<SubTexture name="worm_ring_move_a" x="129" y="903" width="128" height="128"/>
<SubTexture name="worm_ring_move_b" x="258" y="903" width="128" height="128"/>
<SubTexture name="worm_ring_rest" x="387" y="903" width="128" height="128"/>
</TextureAtlas>
|