added Level loader

This commit is contained in:
Jeena Paradies 2012-07-10 00:50:47 +02:00
parent 27115c7723
commit ae02a9e449
4 changed files with 277 additions and 2 deletions

View file

@ -3,6 +3,7 @@ define(["Chuck/Processor"], function(Processor){
function Game(networker){
this.networker = networker;
this.processor = new Processor();
this.processor.loadLevel("default.json");
}
Game.prototype.processGameCommand = function(command, options){