Better construction tool
authorunc0rr
Sat, 10 Feb 2007 12:52:14 +0000
changeset 423 5f4559ce7062
parent 422 12295a8b8b2f
child 424 4598c21bb421
Better construction tool
hedgewars/HHHandlers.inc
hedgewars/uConsts.pas
share/hedgewars/Data/Graphics/amGirder.png
--- 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
--- 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
Binary file share/hedgewars/Data/Graphics/amGirder.png has changed