This commit is contained in:
Johannes Schmelz 2024-12-12 17:48:24 +01:00
parent e2db058fc7
commit 5de76f3226

View File

@ -101,7 +101,8 @@ public class BoardAppState extends MonopolyAppState {
viewNode.attachChild(sceneNode); viewNode.attachChild(sceneNode);
setupLights(); setupLights();
setupSky(); // setupSky();
getApp().getViewPort().setBackgroundColor(new com.jme3.math.ColorRGBA(0.5f, 0.7f, 1.0f, 1.0f));
} }
/** /**