Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor snow jumpy adjustments #1444

Merged
merged 12 commits into from
Jun 22, 2020
Binary file added data/images/creatures/snowjumpy/down-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/snowjumpy/down-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/snowjumpy/down-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/creatures/snowjumpy/gear-cracked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/creatures/snowjumpy/gear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/images/creatures/snowjumpy/j1.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/j2.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/j3.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/j4.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/jup5.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/jup6.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/jup7.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/left-down.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/left-middle.png
Binary file not shown.
Binary file removed data/images/creatures/snowjumpy/left-up.png
Binary file not shown.
Binary file modified data/images/creatures/snowjumpy/melting-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/creatures/snowjumpy/melting-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/creatures/snowjumpy/melting-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/creatures/snowjumpy/melting-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/images/creatures/snowjumpy/melting-4.png
Binary file not shown.
63 changes: 19 additions & 44 deletions data/images/creatures/snowjumpy/snowjumpy.sprite
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,37 @@
(action
(name "left-up")
(loops 1)
(fps 24)
(fps 25)
(hitbox 7 8 31.8 31.8)
(images "jup5.png"
"jup6.png"
"jup7.png"
"jup7.png"
"jup7.png"
"jup6.png"
"jup6.png"
"jup5.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j1.png"
"j2.png"
"j3.png"
"j4.png"))
(images "up-2.png"
"up-1.png"
"up-0.png"
"down-2.png"
"down-1.png"
"down-0.png"
"up-0.png"))

(action
(name "right-up")
(loops 1)
(fps 24)
(fps 25)
(hitbox 7 8 31.8 31.8)
(mirror-action "left-up"))

(action
(name "left-down")
(loops 1)
(fps 24)
(hitbox 7 8 31.8 31.8)
(images "j4.png"))
(images "up-3.png"))

(action
(name "right-down")
(loops 1)
(fps 24)
(hitbox 7 8 31.8 31.8)
(mirror-action "left-down"))

(action
(name "left-middle")
(hitbox 7 8 31.8 31.8)
(images "j4.png"))
(images "up-3.png"))

(action
(name "right-middle")
Expand All @@ -77,7 +51,7 @@

(action
(name "inside-melting-left")
(hitbox 7 11 31.8 31.8)
(hitbox 7 8 31.8 48)
(images "melting-0.png"
"melting-1.png"
"melting-2.png"
Expand All @@ -86,24 +60,25 @@

(action
(name "inside-melting-right")
(hitbox 7 11 31.8 31.8)
(hitbox 7 8 31.8 48)
(mirror-action "inside-melting-left"))

(action
(name "gear-left")
(hitbox 7 14 31.8 31.8)
(hitbox 7 8 31.8 48)
(images "gear-cracked.png"))

(action
(name "gear-right")
(hitbox 7 14 31.8 31.8)
(hitbox 7 8 31.8 48)
(mirror-action "gear-left"))

(action
(name "editor-left")
(clone-action "left-middle"))
(hitbox 7 8 31.8 31.8)
(images "up-0.png"))

(action
(name "editor-right")
(clone-action "right-middle"))
)
(mirror-action "editor-left"))
)
Binary file added data/images/creatures/snowjumpy/up-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/snowjumpy/up-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/snowjumpy/up-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/snowjumpy/up-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.