IDK
This commit is contained in:
		@@ -84,10 +84,8 @@ public class Game implements IGame {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public Game(String mapString) {
 | 
			
		||||
		//printer = new Printer(1280, 720);
 | 
			
		||||
		//painter = new TurtlePainter(1280, 720, null);
 | 
			
		||||
		printer = null;
 | 
			
		||||
		painter = null;
 | 
			
		||||
		printer = new Printer(1280, 720);
 | 
			
		||||
		painter = new TurtlePainter(1280, 720, null);
 | 
			
		||||
 | 
			
		||||
		addFactory();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user