Fixed merge conflicts

This commit is contained in:
2018-03-08 01:02:22 +01:00
10 changed files with 240 additions and 36 deletions

View File

@@ -85,7 +85,7 @@ public class Game implements IGame {
public Game(String mapString) {
printer = new Printer(1280, 720);
painter = new TurtlePainter(1280, 720, null);
painter = new TurtlePainter(1280, 720);
addFactory();