mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-24 22:49:44 +01:00
Hintergrundfarbe der Menüs zu Weiß geändert
This commit is contained in:
parent
29a56f42a8
commit
3ef2459ad0
@ -10,7 +10,7 @@ import com.simsilica.lemur.Insets3f
|
||||
import com.simsilica.lemur.component.QuadBackgroundComponent
|
||||
import com.simsilica.lemur.component.TbtQuadBackgroundComponent
|
||||
|
||||
def bgColor = color(0.25, 0.5, 0.5, 1)
|
||||
def bgColor = color(1, 1, 1, 1)
|
||||
def buttonEnabledColor = color(0.8, 0.9, 1, 1)
|
||||
def buttonDisabledColor = color(0.8, 0.9, 1, 0.2)
|
||||
def buttonBgColor = color(0, 0.75, 0.75, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user