mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Minor bug fixes (like all enemy sails being toggled in when they should be out)
#story[1274]
This commit is contained in:
@@ -115,7 +115,6 @@ public class BoatCustomizeController implements Initializable{
|
||||
public void setCurrentBoat(String boatType) {
|
||||
Group group = new Group();
|
||||
this.currentBoat = BoatMeshType.getBoatMeshType(boatType);
|
||||
System.out.println(boatType.toString());
|
||||
boatPane.setBackground(new Background(new BackgroundFill(Color.SKYBLUE, CornerRadii.EMPTY, Insets.EMPTY)));
|
||||
boatPane.getChildren().add(group);
|
||||
BoatModel bo = ModelFactory.boatCustomiseView(currentBoat, colorPicker.getValue());
|
||||
|
||||
Reference in New Issue
Block a user