diff --git a/Ja2.ini b/Ja2.ini index df7eb5b3a..e821002cd 100644 --- a/Ja2.ini +++ b/Ja2.ini @@ -25,6 +25,16 @@ VFS_NO_UNICODE = FALSE USE_WINFONTS = 0 +;****************************************************************************************************************************** +; We can see tooltips for a variety of things when doing a mouseover in-game +; Tooltips can be upscaled. The baseline is 100 +; Values <100 won't have an effect +; Values >100 will scale up the fontsize for ALL in-game tooltips +; Example: if 200 is used instead of 100, fontsize will be doubled +;****************************************************************************************************************************** + +TOOLTIP_SCALE_FACTOR = 100 + ;****************************************************************************************************************************** ; Define here the correct vfs_config.XYZ.ini for the MOD you would like to play ; If you would like to play a different MOD, you only need to change this line with the correct vfs_config.XYZ.ini