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:
William Muir
2017-09-12 16:13:14 +12:00
parent 5046ca6ffa
commit 1c343ec02d
@@ -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)));