Commit ef6bacb4 authored by 任建锋's avatar 任建锋

--

parent ebe1877a
This diff is collapsed.
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
function injectProps(p) { function injectProps(p) {
engine.injectProp(props, p); engine.injectProp(props, p);
} }
//# sourceMappingURL=props.js.map
function getTexture(uuid) { function getTexture(uuid) {
return engine.Texture.from(getAssetByUUID(uuid).uuid); return engine.Texture.from(getAssetByUUID(uuid).uuid);
...@@ -105,6 +106,7 @@ ...@@ -105,6 +106,7 @@
}); });
return Goods; return Goods;
}(engine.Container)); }(engine.Container));
//# sourceMappingURL=Goods.js.map
var ObjectPool = engine.ObjectPool; var ObjectPool = engine.ObjectPool;
var PoolName = 'goods'; var PoolName = 'goods';
...@@ -113,6 +115,7 @@ ...@@ -113,6 +115,7 @@
}, function (item, data) { }, function (item, data) {
item.reset(); item.reset();
}); });
//# sourceMappingURL=object-pool-init.js.map
var ObjectPool$1 = engine.ObjectPool; var ObjectPool$1 = engine.ObjectPool;
var GameView = (function (_super) { var GameView = (function (_super) {
...@@ -390,6 +393,7 @@ ...@@ -390,6 +393,7 @@
}; };
return GameWrapper; return GameWrapper;
}(engine.Container)); }(engine.Container));
//# sourceMappingURL=GameWrapper.js.map
function index (props) { function index (props) {
prepareProps(); prepareProps();
...@@ -397,6 +401,7 @@ ...@@ -397,6 +401,7 @@
var instance = new GameWrapper(); var instance = new GameWrapper();
return instance; return instance;
} }
//# sourceMappingURL=index.js.map
return index; return index;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment