hedgewars/uConsts.pas
changeset 708 6ee55ba9c8fe
parent 689 f4ec46c48ed2
child 755 edf26e9554ac
equal deleted inserted replaced
707:0a00c16022ca 708:6ee55ba9c8fe
   308                      (FileName:   'amGirder'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   308                      (FileName:   'amGirder'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   309                       Width: 160; Height:160; hasAlpha: false),// sprAmGirder
   309                       Width: 160; Height:160; hasAlpha: false),// sprAmGirder
   310                      (FileName:     'hhMask'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   310                      (FileName:     'hhMask'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   311                       Width:  32; Height: 32; hasAlpha: false),// sprHHTelepMask
   311                       Width:  32; Height: 32; hasAlpha: false),// sprHHTelepMask
   312                      (FileName:     'Switch'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   312                      (FileName:     'Switch'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   313                       Width:  32; Height: 32; hasAlpha: false),// sprSwitch
   313                       Width:  32; Height: 32; hasAlpha:  true),// sprSwitch
   314                      (FileName:  'Parachute'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   314                      (FileName:  'Parachute'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   315                       Width:  48; Height: 48; hasAlpha: true),// sprParachute
   315                       Width:  48; Height: 48; hasAlpha:  true),// sprParachute
   316                      (FileName:     'Target'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   316                      (FileName:     'Target'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   317                       Width:  32; Height: 32; hasAlpha:false),// sprTarget
   317                       Width:  32; Height: 32; hasAlpha: false),// sprTarget
   318                      (FileName:   'RopeNode'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   318                      (FileName:   'RopeNode'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   319                       Width:   6; Height:  6; hasAlpha:false),// sprRopeNode
   319                       Width:   6; Height:  6; hasAlpha: false),// sprRopeNode
   320                      (FileName:    'Console'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   320                      (FileName:    'Console'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   321                       Width: 256; Height:256; hasAlpha:false),// sprConsoleBG
   321                       Width: 256; Height:256; hasAlpha: false),// sprConsoleBG
   322                      (FileName:   'thinking'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   322                      (FileName:   'thinking'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   323                       Width:  32; Height: 32; hasAlpha:false),// sprQuestion
   323                       Width:  32; Height: 32; hasAlpha: false),// sprQuestion
   324                      (FileName:   'PowerBar'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   324                      (FileName:   'PowerBar'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   325                       Width: 256; Height: 32; hasAlpha:false),// sprPowerBar
   325                       Width: 256; Height: 32; hasAlpha: false),// sprPowerBar
   326                      (FileName:    'WindBar'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   326                      (FileName:    'WindBar'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   327                       Width: 151; Height: 17; hasAlpha:false),// sprWindBar
   327                       Width: 151; Height: 17; hasAlpha: false),// sprWindBar
   328                      (FileName:      'WindL'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   328                      (FileName:      'WindL'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   329                       Width:  80; Height: 13; hasAlpha:false),// sprWindL
   329                       Width:  80; Height: 13; hasAlpha: false),// sprWindL
   330                      (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   330                      (FileName:      'WindR'; Path: ptGraphics; AltPath: ptNone; Surface: nil;
   331                       Width:  80; Height: 13; hasAlpha:false) // sprWindR
   331                       Width:  80; Height: 13; hasAlpha: false) // sprWindR
   332                      );
   332                      );
   333 
   333 
   334       Soundz: array[TSound] of record
   334       Soundz: array[TSound] of record
   335                                        FileName: String[31];
   335                                        FileName: String[31];
   336                                        Path    : TPathType;
   336                                        Path    : TPathType;