Skip to content

Commit f85adf9

Browse files
authored
Merge pull request #2171 from Semphriss/crusher_root
New BadGuy: Crusher with roots
2 parents 0261f3b + 83abf40 commit f85adf9

25 files changed

+335
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
(supertux-sprite
2+
(action
3+
(name "default")
4+
(hitbox 6 32 20 60)
5+
(images "root-empty.png")
6+
)
7+
(action
8+
(name "downwards")
9+
(fps 16)
10+
(hitbox 6 32 20 60)
11+
(images
12+
"root-0.png"
13+
"root-1.png"
14+
"root-2.png"
15+
"root-3.png"
16+
"root-4.png"
17+
"root-5.png"
18+
"root-5.png"
19+
"root-4.png"
20+
"root-3.png"
21+
"root-2.png"
22+
"root-1.png"
23+
"root-0.png"
24+
)
25+
(loops 1)
26+
)
27+
)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
(supertux-sprite
2+
(action
3+
(name "default")
4+
(hitbox 6 6 60 20)
5+
(images "root_side-empty.png")
6+
)
7+
(action
8+
(name "sideways-left")
9+
(fps 16)
10+
(hitbox 6 6 60 20)
11+
(images
12+
"root_side-0.png"
13+
"root_side-1.png"
14+
"root_side-2.png"
15+
"root_side-3.png"
16+
"root_side-4.png"
17+
"root_side-5.png"
18+
"root_side-5.png"
19+
"root_side-4.png"
20+
"root_side-3.png"
21+
"root_side-2.png"
22+
"root_side-1.png"
23+
"root_side-0.png"
24+
)
25+
(loops 1)
26+
)
27+
(action
28+
(name "sideways-right")
29+
(fps 16)
30+
(hitbox 32 6 60 20)
31+
(mirror-action "sideways-left")
32+
(loops 1)
33+
)
34+
)
5.55 KB
Loading
5.73 KB
Loading
6.32 KB
Loading
8.07 KB
Loading
9.82 KB
Loading
11.9 KB
Loading
4.86 KB
Loading
26 KB
Loading

0 commit comments

Comments
 (0)