# HG changeset patch # User smxx # Date 1275051851 0 # Node ID 106d1f983b48656dc41fd6f5e4e7253be19ff9d6 # Parent c385a7dad025bb29d673abf64a02d115cb78c16d Engine: * Added some animation to Vampirism's hand graphic diff -r c385a7dad025 -r 106d1f983b48 hedgewars/GearDrawing.inc --- a/hedgewars/GearDrawing.inc Fri May 28 12:47:17 2010 +0000 +++ b/hedgewars/GearDrawing.inc Fri May 28 13:04:11 2010 +0000 @@ -388,7 +388,7 @@ amGasBomb: DrawRotated(sprHandCheese, hx, hy, hwSign(Gear^.dX), aangle); amMine: DrawRotated(sprHandMine, hx, hy, hwSign(Gear^.dX), aangle); amSeduction: DrawRotated(sprHandSeduction, hx, hy, hwSign(Gear^.dX), aangle); - amVampiric: DrawRotated(sprHandVamp, hx, hy, hwSign(Gear^.dX), aangle); + amVampiric: DrawRotatedF(sprHandVamp, hx, hy, (RealTicks div 125) mod 4, hwSign(Gear^.dX), aangle); amRCPlane: begin DrawRotated(sprHandPlane, hx, hy, hwSign(Gear^.dX), 0); defaultPos:= false diff -r c385a7dad025 -r 106d1f983b48 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Fri May 28 12:47:17 2010 +0000 +++ b/hedgewars/uConsts.pas Fri May 28 13:04:11 2010 +0000 @@ -727,7 +727,7 @@ (FileName: 'amSeduction'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandSeduction (FileName: 'amVamp'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandVamp + Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHandVamp (FileName: 'BigExplosion'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 385; Height: 385; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBigExplosion (FileName: 'SmokeRing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; diff -r c385a7dad025 -r 106d1f983b48 share/hedgewars/Data/Graphics/Hedgehog/amVamp.png Binary file share/hedgewars/Data/Graphics/Hedgehog/amVamp.png has changed