# HG changeset patch # User nemo # Date 1442185102 14400 # Node ID 5cadfe82eaf6d45595512d368c6ee764e4cc0ecf # Parent fe2f269dc80f9343205a6e2a6822575280761111 airmine hand sprite by wuzzy. totally temporary... diff -r fe2f269dc80f -r 5cadfe82eaf6 hedgewars/uGearsRender.pas --- a/hedgewars/uGearsRender.pas Sun Sep 13 16:38:53 2015 -0400 +++ b/hedgewars/uGearsRender.pas Sun Sep 13 18:58:22 2015 -0400 @@ -728,7 +728,7 @@ amHellishBomb: DrawSpriteRotated(sprHandHellish, hx, hy, sign, aangle); amGasBomb: DrawSpriteRotated(sprHandCheese, hx, hy, sign, aangle); amMine: DrawSpriteRotated(sprHandMine, hx, hy, sign, aangle); - amAirMine: DrawSpriteRotated(sprHandMine, hx, hy, sign, aangle); + amAirMine: DrawSpriteRotated(sprHandAirMine, hx, hy, sign, aangle); amSMine: DrawSpriteRotated(sprHandSMine, hx, hy, sign, aangle); amKnife: DrawSpriteRotatedF(sprHandKnife, hx, hy, 0, sign, aangle); amSeduction: begin diff -r fe2f269dc80f -r 5cadfe82eaf6 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Sun Sep 13 16:38:53 2015 -0400 +++ b/hedgewars/uTypes.pas Sun Sep 13 18:58:22 2015 -0400 @@ -88,7 +88,7 @@ sprBulletHit, sprSnowball, sprHandSnowball, sprSnow, sprSDFlake, sprSDWater, sprSDCloud, sprSDSplash, sprSDDroplet, sprTardis, sprSlider, sprBotlevels, sprHandKnife, sprKnife, sprStar, sprIceTexture, sprIceGun, - sprFrozenHog, sprAmRubber, sprBoing, sprCustom1, sprCustom2, sprAirMine + sprFrozenHog, sprAmRubber, sprBoing, sprCustom1, sprCustom2, sprAirMine, sprHandAirMine ); // Gears that interact with other Gears and/or Land diff -r fe2f269dc80f -r 5cadfe82eaf6 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Sep 13 16:38:53 2015 -0400 +++ b/hedgewars/uVariables.pas Sun Sep 13 18:58:22 2015 -0400 @@ -722,7 +722,9 @@ (FileName: 'custom2'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil; Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: true; priority: tpLow; getDimensions: true; getImageDimensions: true), // sprCustom2 (FileName: 'AirMine'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true)// sprAirMine + Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true), // sprAirMine + (FileName: 'amAirMine'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; + Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true) // sprHandAirMine ); const diff -r fe2f269dc80f -r 5cadfe82eaf6 share/hedgewars/Data/Graphics/Hedgehog/amAirMine.png Binary file share/hedgewars/Data/Graphics/Hedgehog/amAirMine.png has changed