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 FlowOfTime flowoftime;
|
||||
|
||||
private Display display;
|
||||
|
||||
public Game() {
|
||||
dungeon = new Dungeon();
|
||||
random = new Random();
|
||||
flowoftime = new FlowOfTime();
|
||||
display = new Display();
|
||||
}
|
||||
|
||||
public void allZPMsCollected(GameoverCause cause) {
|
||||
|
Loading…
Reference in New Issue
Block a user