added tiled level support

This commit is contained in:
logsol 2014-02-03 14:08:45 +01:00
parent 83e78a5732
commit 3782fa345b
13 changed files with 113 additions and 39 deletions

View file

@ -0,0 +1,9 @@
define([
"Game/Core/Loader/TiledLevel"
],
function (Parent) {
return Parent;
});