Added catamaran mesh to possible boat meshes. Made catamaran the default boat.

#implement #story[1274]
This commit is contained in:
Calum
2017-09-20 15:58:22 +12:00
parent 9ed52a1225
commit 9d61a43bd7
14 changed files with 9 additions and 116 deletions
@@ -36,7 +36,7 @@ public class BoatObject extends Group {
* Creates a BoatGroup with the default triangular boat polygon.
*/
public BoatObject() {
boatAssets = ModelFactory.boatGameView(BoatMeshType.DINGHY, colour);
boatAssets = ModelFactory.boatGameView(BoatMeshType.CATAMARAN, colour);
boatAssets.hideSail();
boatAssets.getAssets().getTransforms().addAll(
rotation