hedgewars/uConsts.pas
changeset 75 d2b737858ff7
parent 74 42257fee61ae
child 78 66bb79dd248d
equal deleted inserted replaced
74:42257fee61ae 75:d2b737858ff7
   242                      (FileName:  'RopeHook'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprRopeHook
   242                      (FileName:  'RopeHook'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprRopeHook
   243                      (FileName:    'Expl50'; Path: ptGraphics; Width:  64; Height: 64; hasAlpha: false),// sprExplosion50
   243                      (FileName:    'Expl50'; Path: ptGraphics; Width:  64; Height: 64; hasAlpha: false),// sprExplosion50
   244                      (FileName:   'MineOff'; Path: ptGraphics; Width:  16; Height: 16; hasAlpha: false),// sprMineOff
   244                      (FileName:   'MineOff'; Path: ptGraphics; Width:  16; Height: 16; hasAlpha: false),// sprMineOff
   245                      (FileName:    'MineOn'; Path: ptGraphics; Width:  16; Height: 16; hasAlpha: false),// sprMineOn
   245                      (FileName:    'MineOn'; Path: ptGraphics; Width:  16; Height: 16; hasAlpha: false),// sprMineOn
   246                      (FileName:      'Case'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprCase
   246                      (FileName:      'Case'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprCase
   247                      (FileName:  'FirstAid'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprFAid
   247                      (FileName:  'FirstAid'; Path: ptGraphics; Width:  48; Height: 48; hasAlpha: false),// sprFAid
   248                      (FileName:  'dynamite'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprDynamite
   248                      (FileName:  'dynamite'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha: false),// sprDynamite
   249                      (FileName:     'Power'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha:  true) // sprPower
   249                      (FileName:     'Power'; Path: ptGraphics; Width:  32; Height: 32; hasAlpha:  true) // sprPower
   250                      );
   250                      );
   251       Soundz: array[TSound] of record
   251       Soundz: array[TSound] of record
   252                                        FileName: String[31];
   252                                        FileName: String[31];
   334                                           AmmoType: amMine);
   334                                           AmmoType: amMine);
   335                                    Slot: 3;
   335                                    Slot: 3;
   336                                    TimeAfterTurn: 3000),
   336                                    TimeAfterTurn: 3000),
   337                                   (Name: 'Desert Eagle';
   337                                   (Name: 'Desert Eagle';
   338                                    Ammo: (Propz: 0;
   338                                    Ammo: (Propz: 0;
   339                                           Count: AMMO_INFINITE;
   339                                           Count: 3;
   340                                           NumPerTurn: 3;
   340                                           NumPerTurn: 3;
   341                                           Timer: 0;
   341                                           Timer: 0;
   342                                           AmmoType: amDEagle);
   342                                           AmmoType: amDEagle);
   343                                    Slot: 2;
   343                                    Slot: 2;
   344                                    TimeAfterTurn: 3000),
   344                                    TimeAfterTurn: 3000),