# HG changeset patch # User sheepluva # Date 1437268200 -7200 # Node ID 981775ec7dda15e708da8df4545c822ac906175f # Parent 2aa09da8f3ef46758a493e86115f48c98010a87f fix timebox sprite diff -r 2aa09da8f3ef -r 981775ec7dda hedgewars/uGearsRender.pas --- a/hedgewars/uGearsRender.pas Sat Jul 18 19:10:57 2015 +0200 +++ b/hedgewars/uGearsRender.pas Sun Jul 19 03:10:00 2015 +0200 @@ -1381,12 +1381,12 @@ Tint(Gear^.Hedgehog^.Team^.Clan^.Color shl 8 or $FF) else Tint(Gear^.Hedgehog^.Team^.Clan^.Color shl 8 or max($00, round(Gear^.Power * (1-abs(0.5 - (GameTicks mod 2000) / 2000))))); - DrawSprite(sprTardis, x-24, y-63,0); + DrawSprite(sprTardis, x-25, y-64,0); if Gear^.Pos = 2 then untint else Tint($FF,$FF,$FF,max($00, round(Gear^.Power * (1-abs(0.5 - (GameTicks mod 2000) / 2000))))); - DrawSprite(sprTardis, x-24, y-63,1); + DrawSprite(sprTardis, x-25, y-64,1); if Gear^.Pos <> 2 then untint (* diff -r 2aa09da8f3ef -r 981775ec7dda hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Jul 18 19:10:57 2015 +0200 +++ b/hedgewars/uVariables.pas Sun Jul 19 03:10:00 2015 +0200 @@ -685,8 +685,8 @@ Width: 80; Height: 50; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSDSplash (FileName: 'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil; Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDDroplet - (FileName: 'TARDIS'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 48; Height: 79; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprTardis + (FileName: 'Timebox'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; + Width: 50; Height: 81; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprTardis (FileName: 'slider'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 3; Height: 17; imageWidth: 3; imageHeight: 17; saveSurf: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprSlider (FileName: 'botlevels'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; diff -r 2aa09da8f3ef -r 981775ec7dda share/hedgewars/Data/Graphics/TARDIS.png Binary file share/hedgewars/Data/Graphics/TARDIS.png has changed diff -r 2aa09da8f3ef -r 981775ec7dda share/hedgewars/Data/Graphics/Timebox.png Binary file share/hedgewars/Data/Graphics/Timebox.png has changed