mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-13 15:56:03 -05:00
Changed nameLabel font to Font 16. (#748)
This commit is contained in:
parent
ca45be0948
commit
7ccc944fec
@ -126,7 +126,7 @@ func NewGameControls(
|
||||
zoneLabel := ui.NewLabel(d2resource.Font30, d2resource.PaletteUnits)
|
||||
zoneLabel.Alignment = d2gui.HorizontalAlignCenter
|
||||
|
||||
nameLabel := ui.NewLabel(d2resource.FontFormal11, d2resource.PaletteStatic)
|
||||
nameLabel := ui.NewLabel(d2resource.Font16, d2resource.PaletteStatic)
|
||||
nameLabel.Alignment = d2gui.HorizontalAlignCenter
|
||||
nameLabel.SetText(d2ui.ColorTokenize("", d2ui.ColorTokenServer))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user