Add 2 and 4

This commit is contained in:
loic 2016-09-22 20:09:07 +02:00
parent 5446859dee
commit d794981f82
2 changed files with 10 additions and 3 deletions

View file

@ -112,7 +112,7 @@ public class MainWindowController implements IObserver {
}
gc.fillText("" + value, x + (this.squareSize / 2), y + (this.squareSize / 2));
}
}
}