Made continous turning the default. Added triangles to minimap. Made mark areas bigger

#fix #implement
This commit is contained in:
Calum
2017-09-28 10:12:18 +13:00
parent 0b8e2499a7
commit 275a2cbab7
5 changed files with 23 additions and 26 deletions
@@ -49,12 +49,6 @@ import seng302.visualiser.controllers.RaceViewController;
import seng302.visualiser.controllers.ViewManager;
import seng302.visualiser.controllers.dialogs.PopupDialogController;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.time.ZoneId;
import java.time.ZoneOffset;
import java.util.*;
/**
* This class is a client side instance of a yacht racing game in JavaFX. The game is instantiated
* with a JavaFX Pane to insert itself into.
@@ -287,6 +281,7 @@ public class GameClient {
formatAndSendChatMessage(raceView.readChatInput());
}
});
gameKeyBind.toggleTurningMode();
sendToggleTurningModePacket(); // notify the server about player's steering mode
}
}