hedgewars/uConsts.pas
changeset 823 90d651e75547
parent 822 2ae8fd8ef804
child 825 4b32f282f9d7
equal deleted inserted replaced
822:2ae8fd8ef804 823:90d651e75547
    38                    sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont,
    38                    sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont,
    39                    sprSky, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos,
    39                    sprSky, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos,
    40                    sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
    40                    sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
    41                    sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
    41                    sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
    42                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
    42                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
    43                    sprQuestion, sprPowerBar, sprWindBar,
    43                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
    44                    sprWindL, sprWindR, sprFlake, sprHandRope);
    44                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
       
    45                    sprHandDEagle);
    45 
    46 
    46      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    47      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    47                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    48                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    48                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    49                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    49                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    50                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   344                      (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   345                      (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   345                       Width:  80; Height: 13; saveSurf: false),// sprWindR
   346                       Width:  80; Height: 13; saveSurf: false),// sprWindR
   346                      (FileName:      'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil;
   347                      (FileName:      'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil;
   347                       Width:  64; Height: 64; saveSurf: false),// sprFlake
   348                       Width:  64; Height: 64; saveSurf: false),// sprFlake
   348                      (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   349                      (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   349                       Width:  32; Height: 32; saveSurf: false) // sprHandRope
   350                       Width:  32; Height: 32; saveSurf: false),// sprHandRope
       
   351                      (FileName:  'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   352                       Width:  32; Height: 32; saveSurf: false),// sprHandBazooka
       
   353                      (FileName:  'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   354                       Width:  32; Height: 32; saveSurf: false),// sprHandShotgun
       
   355                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   356                       Width:  32; Height: 32; saveSurf: false) // sprHandDEagle
   350                      );
   357                      );
   351 
   358 
   352       Soundz: array[TSound] of record
   359       Soundz: array[TSound] of record
   353                 FileName: String[31];
   360                 FileName: String[31];
   354                 Path    : TPathType;
   361                 Path    : TPathType;
   512                                           Pos: 0;
   519                                           Pos: 0;
   513                                           AmmoType: amRope);
   520                                           AmmoType: amRope);
   514                                    Slot: 7;
   521                                    Slot: 7;
   515                                    TimeAfterTurn: 0;
   522                                    TimeAfterTurn: 0;
   516                                    minAngle: 0;
   523                                    minAngle: 0;
   517                                    maxAngle: cMaxAngle;// div 2;
   524                                    maxAngle: cMaxAngle div 2;
   518                                    PosCount: 1;
   525                                    PosCount: 1;
   519                                    PosSprite: sprWater),
   526                                    PosSprite: sprWater),
   520                                   (NameId: sidMine;
   527                                   (NameId: sidMine;
   521                                    Probability: 100;
   528                                    Probability: 100;
   522                                    NumberInCase: 1;
   529                                    NumberInCase: 1;