Adjust font of bonus GUI (#324)

* Update playerdata.lua

* Update bonus.lua

* Update bonus.lua

* Update commands.cfg

* Update commands.cfg

* Update commands.cfg

* Update research.lua

* Update research.lua

* Update bonus.lua

* Delete modules/gui/research.lua

* Create research.lua

* Update research.lua

* Update commands.cfg

* Update commands.cfg

* Update commands.cfg

* Update bonus.lua

* Update bonus.lua

* Update bonus.lua

* Update bonus.lua

* Update bonus.lua
This commit is contained in:
2024-09-10 07:05:01 +09:00
committed by GitHub
parent c3ddb73076
commit 93377b4f6c
3 changed files with 18 additions and 17 deletions

View File

@@ -86,7 +86,8 @@ Gui.element(function(_, parent, width, caption, tooltip, name)
type = 'label',
caption = caption,
tooltip = tooltip,
name = name
name = name,
style = 'heading_2_label'
}
new_label.style.width = width