Skip to content

Commit 1d23336

Browse files
Rusty-BoxHypernoot
authored andcommitted
WIP still-frame Ghost tree "animations" for coding [ci skip]
1 parent 29a4bfe commit 1d23336

39 files changed

+139
-57
lines changed
9.81 KB
Loading
10.1 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(supertux-sprite
2+
(action
3+
(name "left")
4+
(hitbox 15 12 70 8)
5+
(images "blue_root-left.png")
6+
)
7+
(action
8+
(name "up")
9+
(hitbox 12 15 8 70)
10+
(images "blue_root-up.png")
11+
)
12+
(action
13+
(name "right")
14+
(hitbox 11 12 70 8)
15+
(mirror-action "left")
16+
)
17+
(action
18+
(name "down")
19+
(hitbox 12 11 8 70)
20+
(flip-action "down")
21+
)
22+
)
102 KB
Loading
388 KB
Loading
-175 KB
Binary file not shown.
-5.26 KB
Binary file not shown.
-3.43 KB
Binary file not shown.

data/images/creatures/ghosttree/ghosttree-glow.sprite

Lines changed: 0 additions & 20 deletions
This file was deleted.
-177 KB
Binary file not shown.

0 commit comments

Comments
 (0)