From b901323e2fbb329836d2389f1d2df8b3e979975d Mon Sep 17 00:00:00 2001 From: Yvonne Schmidt Date: Sun, 8 Dec 2024 18:30:18 +0100 Subject: [PATCH] added color changes for buttons --- .../Interface/Lemur/pp-styles.groovy | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) 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 79f8218..31c5440 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 @@ -13,6 +13,8 @@ import com.simsilica.lemur.HAlignment import com.simsilica.lemur.Insets3f import com.simsilica.lemur.component.QuadBackgroundComponent import com.simsilica.lemur.component.TbtQuadBackgroundComponent +import pp.monopoly.client.MonopolyApp +import pp.monopoly.game.server.Player def bgColor = color(1, 1, 1, 1) def buttonEnabledColor = color(0, 0, 0, 1) @@ -343,22 +345,23 @@ selector("selector.item.label", "hover") { background = new QuadBackgroundComponent(new ColorRGBA(0.2f, 0.6f, 1.0f, 0.9f)) // Highlighted background } - def enabledCommandToolbar = new Command