disable snow

This commit is contained in:
Johannes Schmelz 2024-12-10 11:23:49 +01:00
parent c635df9369
commit df4a81cbf2

View File

@ -261,7 +261,7 @@ public class BoardAppState extends MonopolyAppState {
sceneNode.attachChild(seaGeo); sceneNode.attachChild(seaGeo);
// Schneefall hinzufügen // Schneefall hinzufügen
addSnowEffect(sceneNode); // addSnowEffect(sceneNode);
} }
private Node createCardDeck() { private Node createCardDeck() {