Merge branch 'new_meshes' into Custom_boat_selection

This commit is contained in:
Kusal Ekanayake
2017-09-20 19:40:43 +12:00
19 changed files with 40 additions and 131 deletions
@@ -37,7 +37,7 @@ public class PlayerCell {
// Add Rotating Boat to Player Cell with players color on it.
Group group = new Group();
boatPane.getChildren().add(group);
BoatModel bo = ModelFactory.boatIconView(BoatMeshType.DINGHY, this.boatColor);
BoatModel bo = ModelFactory.boatIconView(BoatMeshType.PIRATE_SHIP, this.boatColor);
group.getChildren().add(bo.getAssets());
}