Graphics improvement to iceflow-small (bug 796) and added missing iced graphics ...
authorLMH <lmh.0013@gmail.com>
Mon, 16 Jan 2012 22:13:33 +0000 (12:13 -1000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sat, 21 Jan 2012 10:09:13 +0000 (11:09 +0100)
data/images/creatures/haywire/haywire.sprite
data/images/creatures/haywire/iced-left.png
data/images/creatures/mr_bomb/iced-left.png
data/images/creatures/mr_bomb/mr_bomb.sprite
data/images/creatures/snowjumpy/iced-left-up.png [new file with mode: 0644]
data/images/creatures/snowjumpy/snowjumpy.sprite
data/images/objects/platforms/icefloe_small.png

index 14ec197..29ec389 100644 (file)
  
  (action
   (name "iced-left")
-  (hitbox 3 12 31.8 31.8)
+  (hitbox 5 8 31.8 31.8)
   (images "iced-left.png"))
  
  (action
   (name "iced-right")
-  (hitbox 7 12 31.8 31.8)
+  (hitbox 5 8 31.8 31.8)
   (mirror-action "iced-left"))
 
  (action
index d6021ba..af61095 100644 (file)
Binary files a/data/images/creatures/haywire/iced-left.png and b/data/images/creatures/haywire/iced-left.png differ
index d6021ba..f0da226 100644 (file)
Binary files a/data/images/creatures/mr_bomb/iced-left.png and b/data/images/creatures/mr_bomb/iced-left.png differ
index 85ff242..61b18ae 100644 (file)
  
  (action
   (name "iced-left")
-  (hitbox 3 12 31.8 31.8)
+  (hitbox 5 8 31.8 31.8)
   (images "iced-left.png"))
  
  (action
   (name "iced-right")
-  (hitbox 7 12 31.8 31.8)
+  (hitbox 5 8 31.8 31.8)
   (mirror-action "iced-left"))
 
  (action
diff --git a/data/images/creatures/snowjumpy/iced-left-up.png b/data/images/creatures/snowjumpy/iced-left-up.png
new file mode 100644 (file)
index 0000000..eb80300
Binary files /dev/null and b/data/images/creatures/snowjumpy/iced-left-up.png differ
index 67ee9e5..0f0bd89 100644 (file)
   (hitbox 7 8 31.8 31.8)
   (mirror-action "left-middle"))
  
+ (action
+  (name "left-iced")
+  (hitbox 7 8 31.8 31.8)
+  (images "iced-left-up.png"))
+ (action
+  (name "right-iced")
+  (hitbox 7 8 31.8 31.8)
+  (mirror-action "left-iced"))
 )
 
index 6f04f16..81cfb0a 100644 (file)
Binary files a/data/images/objects/platforms/icefloe_small.png and b/data/images/objects/platforms/icefloe_small.png differ