Commit d26c9711 authored by zjz1994's avatar zjz1994

代码暂存

parent 2b3b204c
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);
......@@ -150,7 +148,6 @@
};
return Element;
}(engine.Container));
//# sourceMappingURL=Element.js.map
var ElementType;
(function (ElementType) {
......@@ -368,7 +365,6 @@
];
return MapData;
}());
//# sourceMappingURL=MapData.js.map
var GameView = (function (_super) {
tslib.__extends(GameView, _super);
......@@ -1676,10 +1672,10 @@
txtcolor = "#f5a900";
break;
case ElementType.monkey:
txtcolor = "#bd882f";
txtcolor = "#eba316";
break;
case ElementType.bird:
txtcolor = "#54c1ef";
txtcolor = "#ffffff";
break;
case ElementType.koala:
txtcolor = "#c7c8c9";
......@@ -1733,7 +1729,6 @@
};
return GameView;
}(engine.Container));
//# sourceMappingURL=GameView.js.map
var GameWrapper = (function (_super) {
tslib.__extends(GameWrapper, _super);
......@@ -1777,7 +1772,6 @@
};
return GameWrapper;
}(engine.Container));
//# sourceMappingURL=GameWrapper.js.map
function index (props) {
prepareProps();
......@@ -1785,7 +1779,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.
......@@ -39,13 +39,13 @@
},
{
"name": "猴子",
"url": "//yun.duiba.com.cn/aurora/assets/ef7bc5d1fc38267adba71e07d517330f249d23ba.png",
"url": "//yun.duiba.com.cn/aurora/assets/6a71fd6fec32472ba3baaeaa81db604b216f1e8c.png",
"uuid": "monkey",
"ext": ".png"
},
{
"name": "鸟",
"url": "//yun.duiba.com.cn/aurora/assets/9ad18dfa34e1729e9893ac362975f9e062263f70.png",
"url": "//yun.duiba.com.cn/aurora/assets/ef197a2d86a0ed1630e094f66fd6fd458d19a431.png",
"uuid": "bird",
"ext": ".png"
},
......
......@@ -1498,10 +1498,10 @@ export default class GameView extends engine.Container {
txtcolor = "#f5a900";
break;
case ElementType.monkey:
txtcolor = "#bd882f";
txtcolor = "#eba316";
break;
case ElementType.bird:
txtcolor = "#54c1ef";
txtcolor = "#ffffff";
break;
case ElementType.koala:
txtcolor = "#c7c8c9";
......
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