Started working on the boat selection screen.

Customised the boat customisation UI to contain it. Need to have another boat to test whether we can switch boats and also if the messages get sent correctly.

#story[1274]
This commit is contained in:
Kusal Ekanayake
2017-09-20 16:36:27 +12:00
parent c39582de5c
commit 410d765745
7 changed files with 119 additions and 30 deletions
@@ -421,4 +421,7 @@ public class ServerYacht {
return boatColor;
}
public void setBoatType(String boatType) {
this.boatType = boatType;
}
}