diff -r 41121e2f5c03 -r 63e2b7b2ec47 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Jun 30 23:25:52 2020 +0300 +++ b/hedgewars/uConsts.pas Sat Jul 04 03:11:41 2020 +0200 @@ -240,6 +240,14 @@ cCamLimitBorderX = 1920; // X (left/right) camera limit, with border cCamLimitBorderY = 2048; // Top Y camera limit, with border + cFontPxToPtRatio = 1.3281472327365; + cBaseChatFontHeight = 12; + cChatScaleRelDelta = 0.1; + cMinChatScaleValue = 0.8; + cMaxChatScaleValue = 10.0; + + cDefaultUIScaleLevel = 1.0; + // game flags gfAny = $FFFFFFFF; // mask for all possible gameflags gfOneClanMode = $00000001; // Game does not end if there's only one clan in play. For missions