Skip to content

Commit

Permalink
Reduced number of needed powerup hat images
Browse files Browse the repository at this point in the history
  • Loading branch information
LMH0013 committed Dec 14, 2014
1 parent 8f89517 commit b761ae2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified data/images/creatures/tux/air/hat/walk-0.png
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/tux/air/hat/walk-1.png
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/tux/air/hat/walk-2.png
Binary file not shown.
Binary file modified data/images/creatures/tux/earth/hardhat/walk-0.png
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/tux/earth/hardhat/walk-1.png
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/tux/earth/hardhat/walk-2.png
Binary file not shown.
18 changes: 9 additions & 9 deletions data/images/creatures/tux/powerups.sprite
Expand Up @@ -4,23 +4,23 @@
(name "AUTO")
(images "../../objects/bonus_block/invisible.png"))

; Earth Tux
; Air Tux

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

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

(action
Expand Down Expand Up @@ -125,18 +125,18 @@
(action
(name "earth-walk-right")
(fps 15)
(hitbox 16 14 32 64)
(hitbox 15 14 32 64)
(images "earth/hardhat/walk-0.png"
"earth/hardhat/walk-1.png"
"earth/hardhat/walk-2.png"
"earth/hardhat/stand.png"
"earth/hardhat/walk-0.png"
"earth/hardhat/walk-1.png"
"earth/hardhat/walk-2.png"))
"earth/hardhat/stand.png"))

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

(action
Expand Down

0 comments on commit b761ae2

Please sign in to comment.