# HG changeset patch # User unc0rr # Date 1171111934 0 # Node ID 5f4559ce706239f718150b646240132db42aa7d4 # Parent 12295a8b8b2f7cb4e8454998d88ebaaf74eb7fcd Better construction tool diff -r 12295a8b8b2f -r 5f4559ce7062 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Fri Feb 09 23:55:02 2007 +0000 +++ b/hedgewars/HHHandlers.inc Sat Feb 10 12:52:14 2007 +0000 @@ -146,7 +146,7 @@ if (Gear^.Message and gm_Right )<>0 then Pos:= (Pos + 1) mod Ammoz[AmmoType].PosCount else exit; - StepTicks:= 350; + StepTicks:= 200; exit end; if ((Gear^.Message and gm_LJump ) <> 0) then diff -r 12295a8b8b2f -r 5f4559ce7062 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Fri Feb 09 23:55:02 2007 +0000 +++ b/hedgewars/uConsts.pas Sat Feb 10 12:52:14 2007 +0000 @@ -114,7 +114,7 @@ cTransparentColor: Longword = $000000; cMaxHHIndex = 7; - cMaxHHs = 20; + cMaxHHs = 30; cMaxSpawnPoints = 1024; cMaxEdgePoints = 16384; @@ -312,7 +312,7 @@ (FileName:'amAirplane'; Path: ptGraphics; AltPath: ptNone; Surface: nil; Width: 64; Height: 32; hasAlpha: true),// sprAirplane (FileName: 'amGirder'; Path: ptGraphics; AltPath: ptNone; Surface: nil; - Width: 128; Height:128; hasAlpha: false) // sprAmGirder + Width: 160; Height:160; hasAlpha: false) // sprAmGirder ); Soundz: array[TSound] of record FileName: String[31]; @@ -616,7 +616,7 @@ TimeAfterTurn: 3000; minAngle: 0; maxAngle: 0; - PosCount: 4; + PosCount: 8; PosSprite: sprAmGirder)); implementation diff -r 12295a8b8b2f -r 5f4559ce7062 share/hedgewars/Data/Graphics/amGirder.png Binary file share/hedgewars/Data/Graphics/amGirder.png has changed