mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Changed the lobby map view to the 2D race rather than the 3D one.
Stripped back game view class appropriately. #story[1245]
This commit is contained in:
@@ -41,7 +41,6 @@ public class ModelFactory {
|
||||
@Override
|
||||
public void handle(long now) {
|
||||
((Rotate) group.getTransforms().get(3)).setAngle(boatAngle++);
|
||||
System.out.println("animating a thingy " + id);
|
||||
}
|
||||
});
|
||||
boatAssets.getChildren().add(new AmbientLight(new Color(1, 1, 1, 0.01)));
|
||||
|
||||
Reference in New Issue
Block a user