hedgewars/uTypes.pas
branchui-scaling
changeset 13385 ec1491bb5acc
parent 13161 aa7915ceb69f
child 15283 c4fd2813b127
equal deleted inserted replaced
13346:e461deddc942 13385:ec1491bb5acc
   166             amIceGun, amKnife, amRubber, amAirMine, amDuck, amMinigun); // 59
   166             amIceGun, amKnife, amRubber, amAirMine, amDuck, amMinigun); // 59
   167 
   167 
   168     // Different kind of crates that e.g. hedgehogs can pick up
   168     // Different kind of crates that e.g. hedgehogs can pick up
   169     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
   169     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
   170 
   170 
   171     THWFont = (fnt16, fntBig, fntSmall {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF});
   171     THWFont = (fnt16, fntBig, fntSmall, fntChat {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall, CJKfntChat{$ENDIF});
   172 
   172 
   173     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   173     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   174             capgrpMessage, capgrpMessage2, capgrpAmmostate);
   174             capgrpMessage, capgrpMessage2, capgrpAmmostate);
   175 
   175 
   176     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,
   176     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,