Skip to content
Snippets Groups Projects

Add extra image

Merged Rendre Johann Greyling requested to merge rendre-game-engine into master
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -99,7 +99,7 @@ public class Handler implements ICallBack {
this.gameModel = new GameModel(worldGrid.getWorldSize(), worldGrid.getWorldSize());
this.gameModel.initialize();
gameModel = Database.read();
//gameModel = Database.read();
this.controller = new Controller(gameModel);
TextMaster.init(loader);
Loading