Commit c4997fc2 authored by zjz1994's avatar zjz1994

代码暂存

parent d26c9711
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -12,6 +12,7 @@
function injectProps(p) {
engine.injectProp(props, p);
}
//# sourceMappingURL=props.js.map
function getTexture(uuid) {
return engine.Texture.from(getAssetByUUID(uuid).uuid);
......@@ -24,6 +25,7 @@
inst.source = 'asset://' + engine.getAssetByName(name).uuid;
return inst;
}
//# sourceMappingURL=utils.js.map
var Element = (function (_super) {
tslib.__extends(Element, _super);
......@@ -148,6 +150,7 @@
};
return Element;
}(engine.Container));
//# sourceMappingURL=Element.js.map
var ElementType;
(function (ElementType) {
......@@ -365,6 +368,7 @@
];
return MapData;
}());
//# sourceMappingURL=MapData.js.map
var GameView = (function (_super) {
tslib.__extends(GameView, _super);
......@@ -1672,10 +1676,10 @@
txtcolor = "#f5a900";
break;
case ElementType.monkey:
txtcolor = "#eba316";
txtcolor = "#bd882f";
break;
case ElementType.bird:
txtcolor = "#ffffff";
txtcolor = "#54c1ef";
break;
case ElementType.koala:
txtcolor = "#c7c8c9";
......@@ -1729,6 +1733,7 @@
};
return GameView;
}(engine.Container));
//# sourceMappingURL=GameView.js.map
var GameWrapper = (function (_super) {
tslib.__extends(GameWrapper, _super);
......@@ -1772,6 +1777,7 @@
};
return GameWrapper;
}(engine.Container));
//# sourceMappingURL=GameWrapper.js.map
function index (props) {
prepareProps();
......@@ -1779,6 +1785,7 @@
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/6a71fd6fec32472ba3baaeaa81db604b216f1e8c.png",
"url": "//yun.duiba.com.cn/aurora/assets/ef7bc5d1fc38267adba71e07d517330f249d23ba.png",
"uuid": "monkey",
"ext": ".png"
},
{
"name": "鸟",
"url": "//yun.duiba.com.cn/aurora/assets/ef197a2d86a0ed1630e094f66fd6fd458d19a431.png",
"url": "//yun.duiba.com.cn/aurora/assets/9ad18dfa34e1729e9893ac362975f9e062263f70.png",
"uuid": "bird",
"ext": ".png"
},
......
......@@ -1498,10 +1498,10 @@ export default class GameView extends engine.Container {
txtcolor = "#f5a900";
break;
case ElementType.monkey:
txtcolor = "#eba316";
txtcolor = "#bd882f";
break;
case ElementType.bird:
txtcolor = "#ffffff";
txtcolor = "#54c1ef";
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