- Added circle to boat to indicate which boat is the players and to show where the arrow is pointing.

#tags [1276]
This commit is contained in:
alistairjmcintyre
2017-09-27 21:31:02 +13:00
parent be72062c8e
commit c5e6302f86
5 changed files with 119 additions and 5 deletions
@@ -32,7 +32,6 @@ import seng302.model.mark.CompoundMark;
import seng302.model.mark.Corner;
import seng302.model.mark.Mark;
import seng302.model.token.Token;
import seng302.model.token.TokenType;
import seng302.utilities.GeoUtility;
import seng302.utilities.Sounds;
import seng302.visualiser.cameras.ChaseCamera;