Improved graphics for hardhat light
authorLMH <lmh.0013@gmail.com>
Sun, 14 Dec 2014 13:29:22 +0000 (03:29 -1000)
committerLMH <lmh.0013@gmail.com>
Sun, 14 Dec 2014 15:01:55 +0000 (05:01 -1000)
data/images/creatures/tux/earth/light/stand.png
data/images/creatures/tux/light.sprite
data/images/creatures/tux/powerups.sprite

index 9f2e877..a7f730c 100644 (file)
Binary files a/data/images/creatures/tux/earth/light/stand.png and b/data/images/creatures/tux/earth/light/stand.png differ
index 6e83f1e..ea6edcd 100644 (file)
 (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"))
 
 )
index e6cf2b8..2be5745 100644 (file)
@@ -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