hedgewars/uConsts.pas
changeset 805 4d75759b38bd
parent 803 3f73901a350a
child 815 82ff416301bd
equal deleted inserted replaced
804:30f687f380fa 805:4d75759b38bd
    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,
    44                    sprWindL, sprWindR);
    44                    sprWindL, sprWindR, sprFlake);
    45 
    45 
    46      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    46      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    47                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    47                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    48                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    48                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    49                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    49                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   221 
   221 
   222       FontBorder = 2;
   222       FontBorder = 2;
   223 
   223 
   224       PathPrefix: string = './';
   224       PathPrefix: string = './';
   225       Pathz: array[TPathType] of string      = (
   225       Pathz: array[TPathType] of string      = (
   226                                                '',                              // ptNone      
   226                                                '',                              // ptNone
   227                                                '',                              // ptData
   227                                                '',                              // ptData
   228                                                'Graphics',                      // ptGraphics
   228                                                'Graphics',                      // ptGraphics
   229                                                'Themes',                        // ptThemes
   229                                                'Themes',                        // ptThemes
   230                                                'Themes/avematan',               // ptCurrTheme
   230                                                'Themes/avematan',               // ptCurrTheme
   231                                                'Teams',                         // ptTeams
   231                                                'Teams',                         // ptTeams
   338                      (FileName:    'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   338                      (FileName:    'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   339                       Width: 151; Height: 17; saveSurf: false),// sprWindBar
   339                       Width: 151; Height: 17; saveSurf: false),// sprWindBar
   340                      (FileName:      'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   340                      (FileName:      'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   341                       Width:  80; Height: 13; saveSurf: false),// sprWindL
   341                       Width:  80; Height: 13; saveSurf: false),// sprWindL
   342                      (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   342                      (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   343                       Width:  80; Height: 13; saveSurf: false) // sprWindR
   343                       Width:  80; Height: 13; saveSurf: false),// sprWindR
       
   344                      (FileName:      'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil;
       
   345                       Width:  64; Height: 64; saveSurf: false) // sprFlake
   344                      );
   346                      );
   345 
   347 
   346       Soundz: array[TSound] of record
   348       Soundz: array[TSound] of record
   347                 FileName: String[31];
   349                 FileName: String[31];
   348                 Path    : TPathType;
   350                 Path    : TPathType;