hedgewars/uVariables.pas
changeset 6469 2912a02c5bea
parent 6426 2d44f6561e72
child 6609 5861b2cc991f
equal deleted inserted replaced
6468:da1e7fe7cff7 6469:2912a02c5bea
   622             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloud
   622             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloud
   623             (FileName:   'SDSplash'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   623             (FileName:   'SDSplash'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   624             Width:  80; Height: 50; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSDSplash
   624             Width:  80; Height: 50; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSDSplash
   625             (FileName:  'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   625             (FileName:  'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   626             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDDroplet
   626             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDDroplet
   627             (FileName:  'Egg'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;//TODO change back 'Egg' to 'Tardis'
   627             (FileName:  'TARDIS'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   628             Width:  0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprTardis
   628             Width:  0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprTardis
   629             (FileName: 'firebutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   629             (FileName: 'firebutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   630             Width: 450; Height: 150; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true) // sprFireButton
   630             Width: 450; Height: 150; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true) // sprFireButton
   631             );
   631             );
   632 
   632 
   762             (FileName:               'hammer.ogg'; Path: ptSounds),// sndWhack
   762             (FileName:               'hammer.ogg'; Path: ptSounds),// sndWhack
   763             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   763             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   764             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   764             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   765             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   765             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   766             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
   766             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
   767             (FileName:                'plane.ogg'; Path: ptSounds), // sndPlane
   767             (FileName:                'plane.ogg'; Path: ptSounds),// sndPlane
   768             (FileName:                'plane.ogg'; Path: ptSounds) // sndTardis TODO change when using a new data set
   768             (FileName:               'TARDIS.ogg'; Path: ptSounds) // sndTardis
   769             );
   769             );
   770 
   770 
   771     Ammoz: array [TAmmoType] of record
   771     Ammoz: array [TAmmoType] of record
   772             NameId: TAmmoStrId;
   772             NameId: TAmmoStrId;
   773             NameTex: PTexture;
   773             NameTex: PTexture;