Feather: sprite size fix
authormbait
Sun, 28 Mar 2010 23:14:54 +0000
changeset 3147 3ef9ee196251
parent 3146 53ba22975536
child 3148 3e28a12be5ac
Feather: sprite size fix
hedgewars/uConsts.pas
--- a/hedgewars/uConsts.pas	Sun Mar 28 23:11:16 2010 +0000
+++ b/hedgewars/uConsts.pas	Sun Mar 28 23:14:54 2010 +0000
@@ -737,7 +737,7 @@
             (FileName:  'amBee'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
             Width:  128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprHandBee
             (FileName:  'Feather'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
-            Width:  8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprFeather
+            Width:  15; Height: 25; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprFeather
             );
 
     Wavez: array [TWave] of record