recolored selection containers

This commit is contained in:
Yvonne Schmidt
2024-12-09 05:31:22 +01:00
parent 38699ac07a
commit b6803c562c
2 changed files with 9 additions and 1 deletions

View File

@@ -101,6 +101,13 @@ selector("label-Text", "pp") {
color = buttonEnabledColor
}
selector("label-player", "pp") {
insets = new Insets3f(2, 2, 2, 2)
font = font("Interface/Fonts/Metropolis/Metropolis-Bold-32.fnt")
fontSize = 20
color = buttonEnabledColor
}
selector("label-account", "pp") {
insets = new Insets3f(2, 2, 2, 2)
fontSize = 25