Fixed structure after rework

This commit is contained in:
Sebastian Cabrera 2019-08-28 23:21:46 -04:00
parent ece217c7f6
commit b55c961c1d
12 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -18,6 +18,8 @@ public class GameContainer implements Runnable {
public void start() { public void start() {
window = new Window(); window = new Window();
window.create();
renderer = new Renderer(); renderer = new Renderer();
input = new Input(); input = new Input();