hedgewars/uTypes.pas
changeset 15665 63e2b7b2ec47
parent 15639 afeffdb4a712
parent 15283 c4fd2813b127
child 15900 128ace913837
equal deleted inserted replaced
15662:41121e2f5c03 15665:63e2b7b2ec47
   176     // reserved as synonym for amNothing. See also chSetWeapon.
   176     // reserved as synonym for amNothing. See also chSetWeapon.
   177 
   177 
   178     // Different kind of crates that e.g. hedgehogs can pick up
   178     // Different kind of crates that e.g. hedgehogs can pick up
   179     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
   179     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
   180 
   180 
   181     THWFont = (fnt16, fntBig, fntSmall {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall{$ENDIF});
   181     THWFont = (fnt16, fntBig, fntSmall, fntChat {$IFNDEF MOBILE}, CJKfnt16, CJKfntBig, CJKfntSmall, CJKfntChat{$ENDIF});
   182 
   182 
   183     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   183     TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume,
   184             capgrpMessage, capgrpMessage2, capgrpAmmostate);
   184             capgrpMessage, capgrpMessage2, capgrpAmmostate);
   185 
   185 
   186     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,
   186     TStatInfoType = (siGameResult, siMaxStepDamage, siMaxStepKills, siKilledHHs,