Skip to content

Commit

Permalink
Added some vertical motion to the hard hat for when walking.
Browse files Browse the repository at this point in the history
  • Loading branch information
LMH0013 committed Nov 29, 2014
1 parent 59fb72b commit 5e79b9d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion data/images/creatures/tux/powerups.sprite
Expand Up @@ -4,11 +4,18 @@

(action
(name "earth-walk-right")
(fps 15)
(hitbox 16 14 32 64)
(images "earth/hardhat/stand.png"))
(images "earth/hardhat/walk-0.png"
"earth/hardhat/walk-1.png"
"earth/hardhat/walk-2.png"
"earth/hardhat/walk-1.png"
"earth/hardhat/walk-4.png"
"earth/hardhat/walk-2.png"))

(action
(name "earth-walk-left")
(fps 15)
(hitbox 16 14 32 64)
(mirror-action "earth-walk-right"))

Expand Down

0 comments on commit 5e79b9d

Please sign in to comment.