hedgewars/uConsts.pas
changeset 423 5f4559ce7062
parent 411 fe3a3bd0512f
child 424 4598c21bb421
equal deleted inserted replaced
422:12295a8b8b2f 423:5f4559ce7062
   112                      cifMap;
   112                      cifMap;
   113 
   113 
   114       cTransparentColor: Longword = $000000;
   114       cTransparentColor: Longword = $000000;
   115 
   115 
   116       cMaxHHIndex      = 7;
   116       cMaxHHIndex      = 7;
   117       cMaxHHs          = 20;
   117       cMaxHHs          = 30;
   118       cMaxSpawnPoints  = 1024;
   118       cMaxSpawnPoints  = 1024;
   119 
   119 
   120       cMaxEdgePoints = 16384;
   120       cMaxEdgePoints = 16384;
   121 
   121 
   122       cHHRadius = 9;
   122       cHHRadius = 9;
   310                      (FileName:  'Airplane'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   310                      (FileName:  'Airplane'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   311                      Width: 125; Height: 42; hasAlpha: false),// sprAirplane
   311                      Width: 125; Height: 42; hasAlpha: false),// sprAirplane
   312                      (FileName:'amAirplane'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   312                      (FileName:'amAirplane'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   313                      Width:  64; Height: 32; hasAlpha:  true),// sprAirplane
   313                      Width:  64; Height: 32; hasAlpha:  true),// sprAirplane
   314                      (FileName:  'amGirder'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   314                      (FileName:  'amGirder'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   315                      Width: 128; Height:128; hasAlpha: false) // sprAmGirder
   315                      Width: 160; Height:160; hasAlpha: false) // sprAmGirder
   316                      );
   316                      );
   317       Soundz: array[TSound] of record
   317       Soundz: array[TSound] of record
   318                                        FileName: String[31];
   318                                        FileName: String[31];
   319                                        Path    : TPathType;
   319                                        Path    : TPathType;
   320                                        id      : PMixChunk;
   320                                        id      : PMixChunk;
   614                                           AmmoType: amGirder);
   614                                           AmmoType: amGirder);
   615                                    Slot: 6;
   615                                    Slot: 6;
   616                                    TimeAfterTurn: 3000;
   616                                    TimeAfterTurn: 3000;
   617                                    minAngle: 0;
   617                                    minAngle: 0;
   618                                    maxAngle: 0;
   618                                    maxAngle: 0;
   619                                    PosCount: 4;
   619                                    PosCount: 8;
   620                                    PosSprite: sprAmGirder));
   620                                    PosSprite: sprAmGirder));
   621 
   621 
   622 implementation
   622 implementation
   623 
   623 
   624 end.
   624 end.