From 3ef2459ad0dc33fdaf48d9799730640ff500e553 Mon Sep 17 00:00:00 2001 From: Yvonne Schmidt Date: Tue, 12 Nov 2024 21:32:46 +0100 Subject: [PATCH] =?UTF-8?q?Hintergrundfarbe=20der=20Men=C3=BCs=20zu=20Wei?= =?UTF-8?q?=C3=9F=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/Interface/Lemur/pp-styles.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy b/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy index c8c8de4..6a46799 100644 --- a/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy +++ b/Projekte/jme-common/src/main/resources/Interface/Lemur/pp-styles.groovy @@ -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)