Commit ec5e1354 authored by zjz1994's avatar zjz1994

代码暂存

parent d403ece2
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -12,7 +12,6 @@
function injectProps(p) {
engine.injectProp(props, p);
}
//# sourceMappingURL=props.js.map
function getTexture(uuid) {
return engine.Texture.from(getAssetByUUID(uuid).uuid);
......@@ -25,7 +24,6 @@
inst.source = 'asset://' + engine.getAssetByName(name).uuid;
return inst;
}
//# sourceMappingURL=utils.js.map
var Element = (function (_super) {
tslib.__extends(Element, _super);
......@@ -141,7 +139,6 @@
};
return Element;
}(engine.Container));
//# sourceMappingURL=Element.js.map
var ElementType;
(function (ElementType) {
......@@ -359,7 +356,6 @@
];
return MapData;
}());
//# sourceMappingURL=MapData.js.map
var GameView = (function (_super) {
tslib.__extends(GameView, _super);
......@@ -995,9 +991,9 @@
isdiedata = this.attionEliminate();
if (isdiedata && isdiedata.length == 3) {
this.inEliminate = false;
this.checkGameOver();
this.recordGame();
this.changeEnable(true);
this.checkGameOver();
}
else {
this.solveDieMap("fall");
......@@ -1660,7 +1656,6 @@
};
return GameView;
}(engine.Container));
//# sourceMappingURL=GameView.js.map
var GameWrapper = (function (_super) {
tslib.__extends(GameWrapper, _super);
......@@ -1700,7 +1695,6 @@
};
return GameWrapper;
}(engine.Container));
//# sourceMappingURL=GameWrapper.js.map
function index (props) {
prepareProps();
......@@ -1708,7 +1702,6 @@
var instance = new GameWrapper();
return instance;
}
//# sourceMappingURL=index.js.map
return index;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -739,9 +739,9 @@ export default class GameView extends engine.Container {
if(isdiedata&&isdiedata.length==3){//没死
this.inEliminate = false;
this.checkGameOver();
this.recordGame();
this.changeEnable(true);
this.checkGameOver();
}else{//死图处理
this.solveDieMap("fall");
}
......
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