hedgewars/uConsts.pas
changeset 2888 69d04079fb46
parent 2881 70d7976fa829
child 2891 e1f902eb0cfe
equal deleted inserted replaced
2887:a4526fcc26c7 2888:69d04079fb46
    48 			ptLocale, ptAmmoMenu, ptHedgehog, ptVoices, ptHats, ptFlags);
    48 			ptLocale, ptAmmoMenu, ptHedgehog, ptVoices, ptHats, ptFlags);
    49 
    49 
    50 	TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame,
    50 	TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame,
    51 			sprLag, sprArrow, sprGrenade, sprTargetP, sprUFO,
    51 			sprLag, sprArrow, sprGrenade, sprTargetP, sprUFO,
    52 			sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff,
    52 			sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff,
    53 			sprMineOn, sprCase, sprFAid, sprDynamite, sprPower,
    53 			sprMineOn, sprMineDead, sprCase, sprFAid, sprDynamite, sprPower,
    54 			sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont,
    54 			sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont,
    55 			sprHorizontL, sprHorizontR, sprSky, sprSkyL,
    55 			sprHorizontL, sprHorizontR, sprSky, sprSkyL,
    56 			sprSkyR, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos,
    56 			sprSkyR, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos,
    57 			sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
    57 			sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
    58 			sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
    58 			sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
   465 			Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprExplosion50
   465 			Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprExplosion50
   466 			(FileName:    'MineOff'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   466 			(FileName:    'MineOff'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   467 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOff
   467 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOff
   468 			(FileName:     'MineOn'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   468 			(FileName:     'MineOn'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   469 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOn
   469 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOn
       
   470 			(FileName:     'MineDead'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
       
   471 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineDead
   470 			(FileName:       'Case'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   472 			(FileName:       'Case'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   471 			Width:  48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCase
   473 			Width:  48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCase
   472 			(FileName:   'FirstAid'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   474 			(FileName:   'FirstAid'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   473 			Width:  48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFAid
   475 			Width:  48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFAid
   474 			(FileName:   'dynamite'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   476 			(FileName:   'dynamite'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;