mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-03 21:55:27 +02:00
Forenkler skjermer og fjerner en bug som gjorde at knapper hang fast
This commit is contained in:
@@ -24,6 +24,7 @@ public class RoboRallyGame implements DrawableGame, InteractableGame {
|
||||
private final boolean host;
|
||||
private final String playerName;
|
||||
private final RoboRallyServer server;
|
||||
private final Phase phase;
|
||||
private Board gameBoard;
|
||||
private List<BoardElementContainer<Tile>> repairTiles;
|
||||
private Deck<ProgrammingCard> mainDeck;
|
||||
@@ -31,7 +32,6 @@ public class RoboRallyGame implements DrawableGame, InteractableGame {
|
||||
private String winningPlayerName;
|
||||
private List<ProgrammingCard> program;
|
||||
private ProgrammingCardDeck playerHand;
|
||||
private final Phase phase;
|
||||
|
||||
/**
|
||||
* Instantiates a new Robo Rally game
|
||||
|
Reference in New Issue
Block a user