hedgewars/uConsts.pas
changeset 6622 01889d5bc79b
parent 6609 5861b2cc991f
child 6650 56a0b7bf6c15
equal deleted inserted replaced
6621:cc94940fe438 6622:01889d5bc79b
   287     htTeamName    = $01;
   287     htTeamName    = $01;
   288     htName        = $02;
   288     htName        = $02;
   289     htHealth      = $04;
   289     htHealth      = $04;
   290     htTransparent = $08;
   290     htTransparent = $08;
   291 
   291 
       
   292 {$IFDEF MOBILE}
       
   293     AMSlotSize = 48;
       
   294     AMTITLE = 30;
       
   295 {$ELSE}
   292     AMSlotSize = 33;
   296     AMSlotSize = 33;
   293 
   297 {$ENDIF}
       
   298     AMSlotPadding = (AMSlotSize - 32) shr 1;
   294 implementation
   299 implementation
   295 
   300 
   296 end.
   301 end.