Display display added to Game.java
This commit is contained in:
		@@ -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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user