Reworking the junkmap

This commit is contained in:
2014-06-12 23:09:54 -07:00
parent 07af3508f5
commit 2ff09915c6

View File

@@ -812,7 +812,7 @@ GameState.prototype.create = function()
}
layer.resizeWorld();
} else if ( lp['type'] == "objects" ) {
console.log("this.map.createFromObjects(" + ln", "+ ln +", undefined, 0, true, false, undefined, Light)");
console.log("this.map.createFromObjects(" + ln + ", "+ ln +", undefined, 0, true, false, undefined, Light)");
this.map.createFromObjects(ln, ln, undefined, 0, true, false, undefined, Light);
}
}