SettingsMenu nochmal angepasst

This commit is contained in:
Yvonne Schmidt
2024-11-19 17:34:22 +01:00
parent 6157db51da
commit a42093df23
2 changed files with 10 additions and 2 deletions

View File

@@ -235,4 +235,10 @@ selector("tab.button", "pp") {
selector("settings-title", "pp") {
fontSize = 48 // Set font size
background = new QuadBackgroundComponent(color(0.4157f, 0.4235f, 0.4392f, 1.0f)) // Grey background
}
}
selector("menu-button", "pp") {
fontSize = 40 // Set font size
background = new QuadBackgroundComponent(color(0.4157f, 0.4235f, 0.4392f, 1.0f)) // Grey background
}