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