Commit 19f99431 authored by wildfirecode13's avatar wildfirecode13

1

parent 05492269
......@@ -5453,7 +5453,7 @@ exports.ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1604320441/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1604460102/resource/"
};
......@@ -12043,7 +12043,7 @@ var AssistScene = (function (_super) {
AssistScene.prototype.addPrize = function (parent) {
var image = global_1.getHelpImage();
var award = new FYGE.Sprite();
var scale = 0.9;
var scale = 1;
if (isKids_1.default()) {
scale = 0.8;
}
......@@ -12052,7 +12052,7 @@ var AssistScene = (function (_super) {
award.x = 750 / 2 - award.texture.baseTexture.source.width * scale / 2;
award.y = 745 - 20 - 30;
if (!isKids_1.default()) {
award.y = 745 + 100 - 50;
award.y = 745 + 100 - 70;
}
if (isKids_1.default()) {
award.y = 745 - 20 - 30 - 20 - 10;
......
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