Fix floating pixels if wielding and rotating cleaver
authorWuzzy <Wuzzy2@mail.ru>
Mon, 08 Apr 2019 00:59:08 +0200
changeset 14763 4deba377799e
parent 14762 e2c041b00594
child 14764 b3fa6a19fc25
Fix floating pixels if wielding and rotating cleaver
ChangeLog.txt
hedgewars/uVariables.pas
share/hedgewars/Data/Graphics/Hedgehog/amCleaver.png
--- a/ChangeLog.txt	Sun Apr 07 23:47:58 2019 +0200
+++ b/ChangeLog.txt	Mon Apr 08 00:59:08 2019 +0200
@@ -61,6 +61,7 @@
  * Fix speech bubbles overlapping in the wrong order
  * Fix wrong ice beam angle if it goes diagonally up out of map through world wrap
  * Fix double water splash when flying saucer drowns
+ * Fix odd floating pixels when wielding and rotating cleaver
 
 Game HUD:
  + Colorize switching arrows, pointing arrow and target cross in clan color
--- a/hedgewars/uVariables.pas	Sun Apr 07 23:47:58 2019 +0200
+++ b/hedgewars/uVariables.pas	Mon Apr 08 00:59:08 2019 +0200
@@ -756,7 +756,7 @@
             (FileName:  'botlevels'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
             Width: 22; Height: 15; imageWidth: 22; imageHeight: 15; saveSurf: true; critical: true; checkSum: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprBotlevels
             (FileName:  'amCleaver'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
-            Width:  64; Height: 64; imageWidth: 64; imageHeight: 64; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: false),// sprHandKnife
+            Width:  128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHandKnife
             (FileName:  'cleaver'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
             Width: 64; Height: 64; imageWidth: 64; imageHeight: 128; saveSurf: false; critical: true; checkSum: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprKnife
             (FileName:  'star'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
Binary file share/hedgewars/Data/Graphics/Hedgehog/amCleaver.png has changed