Added toggle button for the chat history

#story[1274]
This commit is contained in:
William Muir
2017-09-28 16:39:59 +13:00
parent 4f80640718
commit a1d468c689
3 changed files with 39 additions and 3 deletions
@@ -68,7 +68,7 @@ public class GameState implements Runnable {
//Collision constants
private static final Double MARK_COLLISION_DISTANCE = 15d;
public static final Double YACHT_COLLISION_DISTANCE = 25.0;
public static final Double YACHT_COLLISION_DISTANCE = 15.0;
private static final Double BOUNCE_DISTANCE_MARK = 20.0;
public static final Double BOUNCE_DISTANCE_YACHT = 30.0;
private static final Double COLLISION_VELOCITY_PENALTY = 0.3;