mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 18:23:44 +01:00
remove deck cards
This commit is contained in:
parent
c1faf91188
commit
371fa83319
@ -230,8 +230,9 @@ public class BoardAppState extends MonopolyAppState {
|
|||||||
card2.setLocalScale(4.1f);
|
card2.setLocalScale(4.1f);
|
||||||
card2.setLocalRotation(new Quaternion().fromAngleAxis(FastMath.QUARTER_PI , Vector3f.UNIT_Y));
|
card2.setLocalRotation(new Quaternion().fromAngleAxis(FastMath.QUARTER_PI , Vector3f.UNIT_Y));
|
||||||
|
|
||||||
cardDeck.attachChild(card);
|
//TODO insert card deck
|
||||||
cardDeck.attachChild(card2);
|
// cardDeck.attachChild(card);
|
||||||
|
// cardDeck.attachChild(card2);
|
||||||
return cardDeck;
|
return cardDeck;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user