mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user