Skip to content

Commit 966f0c0

Browse files
committed
Set SmallFontSize to the engine default to stop BAR messing up other games.
1 parent 20cf334 commit 966f0c0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

LuaMenu/configs/gameConfig/generic/springsettings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ local settings = {
6666
Shadows = 1,
6767
ShadowMapSize = 2048,
6868
ShowClock = 0,
69+
SmallFontSize = 14,
6970
SmoothLines = 1,
7071
SmoothPoints = 1,
7172
SoftParticles = 2,

LuaMenu/configs/gameConfig/zk/defaultSettings/springsettings.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ScrollWheelSpeed = -25
7171
Shadows = 1
7272
ShadowMapSize = 2048
7373
ShowClock = 0
74+
SmallFontSize = 14
7475
SmoothLines = 1
7576
SmoothPoints = 1
7677
SplashScreenDir = ./MenuLoadscreens

LuaMenu/configs/springsettings/springsettings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ local settings = {
7171
Shadows = 1,
7272
ShadowMapSize = 2048,
7373
ShowClock = 0,
74+
SmallFontSize = 14,
7475
SmoothLines = 1,
7576
SmoothPoints = 1,
7677
SoftParticles = 2,

LuaMenu/configs/springsettings/springsettingsChanges.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
local settings = {
22
FontOutlineWidth = 2,
33
FontSize = 18,
4+
SmallFontSize = 14,
45
OverheadMaxHeightFactor = 1.4,
56
HangTimeout = 30,
67
ROAM = 1,

0 commit comments

Comments
 (0)