IDK
This commit is contained in:
parent
eb924c7aff
commit
6dea376195
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user