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