mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added Level loader
This commit is contained in:
parent
27115c7723
commit
ae02a9e449
4 changed files with 277 additions and 2 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue