hedgewars/uConsts.pas
changeset 961 a9a349b2b3fa
parent 959 18b05fc2d0a6
child 965 a4d5fc8eec7a
equal deleted inserted replaced
960:e9200bdeaccc 961:a9a349b2b3fa
    42                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
    42                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
    43                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
    43                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
    44                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
    44                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
    45                    sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer,
    45                    sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer,
    46                    sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath,
    46                    sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath,
    47                    sprShotgun, sprDEagle, sprHHIdle, sprMortar);
    47                    sprShotgun, sprDEagle, sprHHIdle, sprMortar, sprTurnsLeft);
    48 
    48 
    49      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    49      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    50                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    50                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    51                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    51                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    52                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    52                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   385                      (FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   385                      (FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   386                       Width:  64; Height: 64; saveSurf: false),// sprDEagle
   386                       Width:  64; Height: 64; saveSurf: false),// sprDEagle
   387                      (FileName:       'Idle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   387                      (FileName:       'Idle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   388                       Width:  32; Height: 32; saveSurf: false),// sprHHIdle
   388                       Width:  32; Height: 32; saveSurf: false),// sprHHIdle
   389                      (FileName:     'Mortar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   389                      (FileName:     'Mortar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   390                       Width:  16; Height: 16; saveSurf: false) // sprMortar
   390                       Width:  16; Height: 16; saveSurf: false),// sprMortar
       
   391                      (FileName:  'TurnsLeft'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil;
       
   392                       Width:  16; Height: 16; saveSurf: false) // sprTurnsLeft
   391                      );
   393                      );
   392 
   394 
   393       Soundz: array[TSound] of record
   395       Soundz: array[TSound] of record
   394                 FileName: String[31];
   396                 FileName: String[31];
   395                 Path    : TPathType;
   397                 Path    : TPathType;