Fixed hitboxes/hotspot for WorldMap Tux
authorIngo Ruhnke <grumbel@gmail.com>
Sat, 16 Aug 2014 20:41:32 +0000 (22:41 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sat, 16 Aug 2014 20:41:32 +0000 (22:41 +0200)
data/images/worldmap/common/tux.sprite

index 8701d19..04b733b 100644 (file)
@@ -28,7 +28,7 @@
  )
  (action
   (name "large-walking")
-  (hitbox 0 10 0 0)
+  (hitbox 5 20 0 0)
   (images "smalltux.png"
           "smalltux1.png"
           "smalltux2.png"
  )
  (action
   (name "large-stop")
-  (hitbox 0 10 0 0)
+  (hitbox 5 20 0 0)
   (images "smalltux.png")
  )
  (action
   (name "fire-walking")
-  (hitbox 0 10 0 0)
+  (hitbox 5 20 0 0)
   (images "smalltux_fire.png"
           "smalltux2_fire.png"
           "smalltux3_fire.png"
  )
  (action
   (name "fire-stop")
-  (hitbox 0 10 0 0)
+  (hitbox 5 20 0 0)
   (images "smalltux_fire.png")
  )
   (action
   (name "ice-walking")
-  (hitbox 0 10 0 0)
+  (hitbox 5 20 0 0)
   (images "smalltux_ice.png"
           "smalltux2_ice.png"
           "smalltux3_ice.png"
@@ -97,7 +97,7 @@
  )
  (action
   (name "ice-stop")
-  (hitbox 0 10 0 0)
+  (hitbox 5 20 0 0)
   (images "smalltux_ice.png")
  )
 )