From: LMH Date: Sun, 14 Dec 2014 13:29:22 +0000 (-1000) Subject: Improved graphics for hardhat light X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=5c82185c4a954d0f3d8d3f51dd2bd623a4b14468;p=supertux.git Improved graphics for hardhat light --- diff --git a/data/images/creatures/tux/earth/light/stand.png b/data/images/creatures/tux/earth/light/stand.png index 9f2e8779c..a7f730c53 100644 Binary files a/data/images/creatures/tux/earth/light/stand.png and b/data/images/creatures/tux/earth/light/stand.png differ diff --git a/data/images/creatures/tux/light.sprite b/data/images/creatures/tux/light.sprite index 6e83f1eab..ea6edcdf4 100644 --- a/data/images/creatures/tux/light.sprite +++ b/data/images/creatures/tux/light.sprite @@ -1,105 +1,113 @@ (supertux-sprite + (action + (name "grow-right") + (images "../../objects/bonus_block/invisible.png")) + + (action + (name "grow-left") + (mirror-action "grow-right")) + ; Earth Tux (action (name "earth-walk-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-walk-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-walk-right")) (action (name "earth-stand-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-stand-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-stand-right")) (action (name "earth-jump-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-jump-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-jump-right")) (action (name "earth-skid-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-skid-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-skid-right")) (action (name "earth-kick-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-kick-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-kick-right")) (action (name "earth-idle-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-idle-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-idle-right")) (action (name "earth-climbing-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-climbing-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-climbing-right")) (action (name "earth-duck-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-duck-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-duck-right")) (action (name "earth-backflip-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-backflip-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-backflip-right")) (action (name "earth-buttjump-right") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (images "earth/light/stand.png")) (action (name "earth-buttjump-left") - (hitbox 412 154 32 64) + (hitbox 516 134 32 64) (mirror-action "earth-buttjump-right")) ) diff --git a/data/images/creatures/tux/powerups.sprite b/data/images/creatures/tux/powerups.sprite index e6cf2b8ed..2be5745f9 100644 --- a/data/images/creatures/tux/powerups.sprite +++ b/data/images/creatures/tux/powerups.sprite @@ -1,9 +1,13 @@ (supertux-sprite (action - (name "AUTO") + (name "grow-right") (images "../../objects/bonus_block/invisible.png")) + (action + (name "grow-left") + (mirror-action "grow-right")) + ; Air Tux (action