Started working on individual boat stats. Already modified turning rate. Need to add a vsual component.

#story[1274]
This commit is contained in:
Kusal Ekanayake
2017-09-22 13:52:35 +12:00
parent c4a6113f6c
commit faeece27ff
2 changed files with 26 additions and 20 deletions
@@ -453,6 +453,7 @@ public class GameState implements Runnable {
if (yacht.getPowerUp() != null) {
if (yacht.getPowerUp().equals(TokenType.BOOST)) {
// TODO: 11/09/17 wmu16 CHANGE THIS TO MAGIC NUMBER
// TODO 22/09/17 kre39 change this magic number to a variable
maxBoatSpeed *= 2;
}
}