Display display added to Game.java
This commit is contained in:
parent
6fb3f4fb17
commit
cc5f21ab78
@ -15,10 +15,13 @@ public class Game {
|
|||||||
private Random random;
|
private Random random;
|
||||||
private FlowOfTime flowoftime;
|
private FlowOfTime flowoftime;
|
||||||
|
|
||||||
|
private Display display;
|
||||||
|
|
||||||
public Game() {
|
public Game() {
|
||||||
dungeon = new Dungeon();
|
dungeon = new Dungeon();
|
||||||
random = new Random();
|
random = new Random();
|
||||||
flowoftime = new FlowOfTime();
|
flowoftime = new FlowOfTime();
|
||||||
|
display = new Display();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void allZPMsCollected(GameoverCause cause) {
|
public void allZPMsCollected(GameoverCause cause) {
|
||||||
|
Loading…
Reference in New Issue
Block a user