added framework for PropertyOverviewMenu

This commit is contained in:
Yvonne Schmidt
2024-11-28 03:00:28 +01:00
parent fed8a3fd2d
commit b4d7349583
3 changed files with 155 additions and 1 deletions

View File

@@ -71,6 +71,11 @@ selector("label-Text", "pp") {
color = buttonEnabledColor
}
selector("card-label", "pp") {
insets = new Insets3f(2, 2, 2, 2)
color = ColorRGBA.Black
}
selector("header", "pp") {
font = font("Interface/Fonts/Metropolis/Metropolis-Bold-42.fnt")
insets = new Insets3f(2, 2, 2, 2)