rename
This commit is contained in:
parent
55743396d5
commit
cb5ffe47c9
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
var Wyrian = function() {
|
|
||||||
// do basic initializations
|
|
||||||
|
|
||||||
var inputController = new InputController(),
|
|
||||||
displayController = new DisplayController(),
|
|
||||||
gameController = new GameController(inputController, displayController);
|
|
||||||
|
|
||||||
gameController.start();
|
|
||||||
}();
|
|
Loading…
Reference in a new issue