hedgewars/uConsts.pas
changeset 959 18b05fc2d0a6
parent 954 0cc31e998f4e
child 961 a9a349b2b3fa
equal deleted inserted replaced
958:92bb9fa046f9 959:18b05fc2d0a6
    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);
    47                    sprShotgun, sprDEagle, sprHHIdle, sprMortar);
    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,
   383                      (FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   383                      (FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   384                       Width:  64; Height: 64; saveSurf: false),// sprShotgun
   384                       Width:  64; Height: 64; saveSurf: false),// sprShotgun
   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;
       
   390                       Width:  16; Height: 16; saveSurf: false) // sprMortar
   389                      );
   391                      );
   390 
   392 
   391       Soundz: array[TSound] of record
   393       Soundz: array[TSound] of record
   392                 FileName: String[31];
   394                 FileName: String[31];
   393                 Path    : TPathType;
   395                 Path    : TPathType;