hedgewars/uConsts.pas
changeset 3875 7d7c16ed5056
parent 3862 4d462b29428e
child 3894 9abce5468583
equal deleted inserted replaced
3874:57e7327d5817 3875:7d7c16ed5056
   134             amLaserSight, amVampiric, amSniperRifle, amJetpack, amMolotov, amBirdy, amPortalGun, // 42
   134             amLaserSight, amVampiric, amSniperRifle, amJetpack, amMolotov, amBirdy, amPortalGun, // 42
   135             amPiano, amGasBomb, amSineGun, amFlamethrower, amSMine, amHammer); // 48
   135             amPiano, amGasBomb, amSineGun, amFlamethrower, amSMine, amHammer); // 48
   136 
   136 
   137     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
   137     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
   138 
   138 
   139     THWFont = (fnt16, fntBig, fntSmall, CJKfnt16, CJKfntBig, CJKfntSmall);
   139     THWFont = (fnt16, fntBig, fntSmall {$IFNDEF IPHONEOS}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF});
   140 
   140 
   141     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   141     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   142             capgrpMessage, capgrpAmmostate);
   142             capgrpMessage, capgrpAmmostate);
   143 
   143 
   144     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,
   144     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,
   476             style: TTF_STYLE_NORMAL;
   476             style: TTF_STYLE_NORMAL;
   477             Name: 'DejaVuSans-Bold.ttf'),
   477             Name: 'DejaVuSans-Bold.ttf'),
   478             (Handle: nil;
   478             (Handle: nil;
   479             Height: 10;
   479             Height: 10;
   480             style: TTF_STYLE_NORMAL;
   480             style: TTF_STYLE_NORMAL;
   481             Name: 'DejaVuSans-Bold.ttf'),
   481             Name: 'DejaVuSans-Bold.ttf')
       
   482             {$IFNDEF IPHONEOS}, // remove chinese fonts for now
   482             (Handle: nil;
   483             (Handle: nil;
   483             Height: 12;
   484             Height: 12;
   484             style: TTF_STYLE_NORMAL;
   485             style: TTF_STYLE_NORMAL;
   485             Name: 'wqy-zenhei.ttc'),
   486             Name: 'wqy-zenhei.ttc'),
   486             (Handle: nil;
   487             (Handle: nil;
   489             Name: 'wqy-zenhei.ttc'),
   490             Name: 'wqy-zenhei.ttc'),
   490             (Handle: nil;
   491             (Handle: nil;
   491             Height: 10;
   492             Height: 10;
   492             style: TTF_STYLE_NORMAL;
   493             style: TTF_STYLE_NORMAL;
   493             Name: 'wqy-zenhei.ttc')
   494             Name: 'wqy-zenhei.ttc')
       
   495             {$ENDIF}
   494             );
   496             );
   495 
   497 
   496     SpritesData: array[TSprite] of record
   498     SpritesData: array[TSprite] of record
   497             FileName: String[16];
   499             FileName: String[16];
   498             Path, AltPath: TPathType;
   500             Path, AltPath: TPathType;