Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
new_taobao
Commits
68b47ae8
Commit
68b47ae8
authored
Oct 10, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改加载背景图
parent
117d8857
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
233 additions
and
41 deletions
+233
-41
output.js
project/src/canvas/game/output.js
+12
-14
output.js.map
project/src/canvas/game/output.js.map
+1
-1
output.js
project/src/canvas/game/released/output.js
+12
-14
resloadingList.js
project/src/canvas/game/resloadingList.js
+7
-1
LoadingScene.ts
project/src/canvas/game/src/scenes/LoadingScene.ts
+1
-1
output.js
taobao_mini/client/pages/pagecanvas/output.js
+8
-10
debug.log
taobao_mini/debug.log
+192
-0
No files found.
project/src/canvas/game/output.js
View file @
68b47ae8
...
...
@@ -2069,7 +2069,13 @@ const resloadingList = {
ext: '.png',
uuid: '4e3c6e09-0593-4818-976a-d73fe588580b',
url: 'https://yun.duiba.com.cn/spark/assets/25b18893820ee0b6998c527c41a8b58ee516ac31.png'
}
},
'930f0483-03d4-4a5f-902f-8106bc86ceaa': {
name: 'guideBg1',
ext: '.png',
url: 'https://yun.duiba.com.cn/spark/assets/guideBg1.c5e259a926d486cd1236e224c35c492deb1b9b63.png',
uuid: '930f0483-03d4-4a5f-902f-8106bc86ceaa'
}
}
/* harmony default export */ __webpack_exports__["default"] = (resloadingList);
...
...
@@ -2205,7 +2211,7 @@ var Ins = (function () {
label.text = data.text ? data.text : "";
return label;
};
Ins.recoverEnergy =
5
* 60 * 1000;
Ins.recoverEnergy =
3
* 60 * 1000;
return Ins;
}());
exports.Ins = Ins;
...
...
@@ -46805,7 +46811,7 @@ var LoadingScene = (function (_super) {
var that = this;
that.x = (Ins_1.Ins.stageW - 750) >> 1;
that.y = (Ins_1.Ins.stageH - 1624) >> 1;
that.bg = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["
42084cc4-390d-4eee-8392-fbbe2e59455e
"].url));
that.bg = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["
930f0483-03d4-4a5f-902f-8106bc86ceaa
"].url));
that.addChild(that.bg);
that.cat = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["4e3c6e09-0593-4818-976a-d73fe588580b"].url));
that.addChild(that.cat);
...
...
@@ -46945,8 +46951,6 @@ var MainScene = (function (_super) {
that.initCat();
that.initEnergy();
that.energyUp1();
var a = Ins_1.Ins.initLabel({ text: "ergergergergerg", x: 300, y: 800 });
this.addChildAt(a, 999);
};
MainScene.prototype.initCat = function () {
var that = this;
...
...
@@ -47039,10 +47043,10 @@ var MainScene = (function (_super) {
that.energyGroup.addChild(that.energyDeco);
that.energyDialog = Ins_1.Ins.initSprite("69009eb9-4593-4a43-a9d7-a6356ebd6d04", 174, -60);
that.energyGroup.addChild(that.energyDialog);
that.energyDialogLabel = Ins_1.Ins.initLabel({ size: 26, text: "每
5分钟恢复10
点精力" });
that.energyDialogLabel = Ins_1.Ins.initLabel({ size: 26, text: "每
3分钟恢复1
点精力" });
that.energyDialog.addChild(that.energyDialogLabel);
that.energyDialogLabel.x = (that.energyDialog.width - that.energyDialogLabel.textWidth) * 0.5;
that.energyDialogLabel.y = (that.energyDialog.height - that.energyDialogLabel.textHeight) * 0.5 -
2
;
that.energyDialogLabel.y = (that.energyDialog.height - that.energyDialogLabel.textHeight) * 0.5 -
6
;
that.energyLabel = Ins_1.Ins.initLabel({ size: 26, y: 85 });
that.energyGroup.addChild(that.energyLabel);
var mask = new FYGE.Shape();
...
...
@@ -47359,11 +47363,10 @@ var StartScene = (function (_super) {
else {
Ins_1.Ins.catIsOut = false;
}
ctrls_1.changeScene(MainScene_1.MainScene);
Ins_1.Ins.hideLoading();
ctrls_1.changeScene(MainScene_1.MainScene);
}
else {
Ins_1.Ins.hideLoading();
Ins_1.Ins.showToast(r.message);
}
});
...
...
@@ -47595,11 +47598,6 @@ var MainSceneBtnUi = (function (_super) {
MainSceneBtnUi.prototype.updateUserInfo = function () {
var that = this;
var _a = Ins_1.Ins.userInfo, catName = _a.catName, happyCoin = _a.happyCoin, level = _a.level, avatar = _a.avatar, experience = _a.experience, experienceMax = _a.experienceMax;
var type = avatar.substring(avatar.lastIndexOf(".") + 1, avatar.length);
var avatar1 = avatar;
if (type != 'png' && type != 'jpg') {
avatar1 = avatar + '.jpg';
}
that.catAvatar.texture = FYGE.Texture.fromUrl(avatar);
that.catAvatar.width = 52;
that.catAvatar.height = 52;
project/src/canvas/game/output.js.map
View file @
68b47ae8
This diff is collapsed.
Click to expand it.
project/src/canvas/game/released/output.js
View file @
68b47ae8
...
...
@@ -2071,7 +2071,13 @@ const resloadingList = {
ext: '.png',
uuid: '4e3c6e09-0593-4818-976a-d73fe588580b',
url: 'https://yun.duiba.com.cn/spark/assets/25b18893820ee0b6998c527c41a8b58ee516ac31.png'
}
},
'930f0483-03d4-4a5f-902f-8106bc86ceaa': {
name: 'guideBg1',
ext: '.png',
url: 'https://yun.duiba.com.cn/spark/assets/guideBg1.c5e259a926d486cd1236e224c35c492deb1b9b63.png',
uuid: '930f0483-03d4-4a5f-902f-8106bc86ceaa'
}
}
/* harmony default export */ __webpack_exports__["default"] = (resloadingList);
...
...
@@ -2207,7 +2213,7 @@ var Ins = (function () {
label.text = data.text ? data.text : "";
return label;
};
Ins.recoverEnergy =
5
* 60 * 1000;
Ins.recoverEnergy =
3
* 60 * 1000;
return Ins;
}());
exports.Ins = Ins;
...
...
@@ -46807,7 +46813,7 @@ var LoadingScene = (function (_super) {
var that = this;
that.x = (Ins_1.Ins.stageW - 750) >> 1;
that.y = (Ins_1.Ins.stageH - 1624) >> 1;
that.bg = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["
42084cc4-390d-4eee-8392-fbbe2e59455e
"].url));
that.bg = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["
930f0483-03d4-4a5f-902f-8106bc86ceaa
"].url));
that.addChild(that.bg);
that.cat = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["4e3c6e09-0593-4818-976a-d73fe588580b"].url));
that.addChild(that.cat);
...
...
@@ -46947,8 +46953,6 @@ var MainScene = (function (_super) {
that.initCat();
that.initEnergy();
that.energyUp1();
var a = Ins_1.Ins.initLabel({ text: "ergergergergerg", x: 300, y: 800 });
this.addChildAt(a, 999);
};
MainScene.prototype.initCat = function () {
var that = this;
...
...
@@ -47041,10 +47045,10 @@ var MainScene = (function (_super) {
that.energyGroup.addChild(that.energyDeco);
that.energyDialog = Ins_1.Ins.initSprite("69009eb9-4593-4a43-a9d7-a6356ebd6d04", 174, -60);
that.energyGroup.addChild(that.energyDialog);
that.energyDialogLabel = Ins_1.Ins.initLabel({ size: 26, text: "每
5分钟恢复10
点精力" });
that.energyDialogLabel = Ins_1.Ins.initLabel({ size: 26, text: "每
3分钟恢复1
点精力" });
that.energyDialog.addChild(that.energyDialogLabel);
that.energyDialogLabel.x = (that.energyDialog.width - that.energyDialogLabel.textWidth) * 0.5;
that.energyDialogLabel.y = (that.energyDialog.height - that.energyDialogLabel.textHeight) * 0.5 -
2
;
that.energyDialogLabel.y = (that.energyDialog.height - that.energyDialogLabel.textHeight) * 0.5 -
6
;
that.energyLabel = Ins_1.Ins.initLabel({ size: 26, y: 85 });
that.energyGroup.addChild(that.energyLabel);
var mask = new FYGE.Shape();
...
...
@@ -47361,11 +47365,10 @@ var StartScene = (function (_super) {
else {
Ins_1.Ins.catIsOut = false;
}
ctrls_1.changeScene(MainScene_1.MainScene);
Ins_1.Ins.hideLoading();
ctrls_1.changeScene(MainScene_1.MainScene);
}
else {
Ins_1.Ins.hideLoading();
Ins_1.Ins.showToast(r.message);
}
});
...
...
@@ -47597,11 +47600,6 @@ var MainSceneBtnUi = (function (_super) {
MainSceneBtnUi.prototype.updateUserInfo = function () {
var that = this;
var _a = Ins_1.Ins.userInfo, catName = _a.catName, happyCoin = _a.happyCoin, level = _a.level, avatar = _a.avatar, experience = _a.experience, experienceMax = _a.experienceMax;
var type = avatar.substring(avatar.lastIndexOf(".") + 1, avatar.length);
var avatar1 = avatar;
if (type != 'png' && type != 'jpg') {
avatar1 = avatar + '.jpg';
}
that.catAvatar.texture = FYGE.Texture.fromUrl(avatar);
that.catAvatar.width = 52;
that.catAvatar.height = 52;
project/src/canvas/game/resloadingList.js
View file @
68b47ae8
...
...
@@ -34,6 +34,12 @@ const resloadingList = {
ext
:
'.png'
,
uuid
:
'4e3c6e09-0593-4818-976a-d73fe588580b'
,
url
:
'https://yun.duiba.com.cn/spark/assets/25b18893820ee0b6998c527c41a8b58ee516ac31.png'
}
},
'930f0483-03d4-4a5f-902f-8106bc86ceaa'
:
{
name
:
'guideBg1'
,
ext
:
'.png'
,
url
:
'https://yun.duiba.com.cn/spark/assets/guideBg1.c5e259a926d486cd1236e224c35c492deb1b9b63.png'
,
uuid
:
'930f0483-03d4-4a5f-902f-8106bc86ceaa'
}
}
export
default
resloadingList
;
\ No newline at end of file
project/src/canvas/game/src/scenes/LoadingScene.ts
View file @
68b47ae8
...
...
@@ -25,7 +25,7 @@ export class LoadingScene extends Scene{
that
.
x
=
(
Ins
.
stageW
-
750
)
>>
1
;
that
.
y
=
(
Ins
.
stageH
-
1624
)
>>
1
;
that
.
bg
=
new
FYGE
.
Sprite
(
RES
.
getRes
(
resloadingList
[
"
42084cc4-390d-4eee-8392-fbbe2e59455e
"
].
url
));
that
.
bg
=
new
FYGE
.
Sprite
(
RES
.
getRes
(
resloadingList
[
"
930f0483-03d4-4a5f-902f-8106bc86ceaa
"
].
url
));
that
.
addChild
(
that
.
bg
);
that
.
cat
=
new
FYGE
.
Sprite
(
RES
.
getRes
(
resloadingList
[
"4e3c6e09-0593-4818-976a-d73fe588580b"
].
url
));
...
...
taobao_mini/client/pages/pagecanvas/output.js
View file @
68b47ae8
...
...
@@ -2071,7 +2071,13 @@ const resloadingList = {
ext: '.png',
uuid: '4e3c6e09-0593-4818-976a-d73fe588580b',
url: 'https://yun.duiba.com.cn/spark/assets/25b18893820ee0b6998c527c41a8b58ee516ac31.png'
}
},
'930f0483-03d4-4a5f-902f-8106bc86ceaa': {
name: 'guideBg1',
ext: '.png',
url: 'https://yun.duiba.com.cn/spark/assets/guideBg1.c5e259a926d486cd1236e224c35c492deb1b9b63.png',
uuid: '930f0483-03d4-4a5f-902f-8106bc86ceaa'
}
}
/* harmony default export */ __webpack_exports__["default"] = (resloadingList);
...
...
@@ -46807,7 +46813,7 @@ var LoadingScene = (function (_super) {
var that = this;
that.x = (Ins_1.Ins.stageW - 750) >> 1;
that.y = (Ins_1.Ins.stageH - 1624) >> 1;
that.bg = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["
42084cc4-390d-4eee-8392-fbbe2e59455e
"].url));
that.bg = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["
930f0483-03d4-4a5f-902f-8106bc86ceaa
"].url));
that.addChild(that.bg);
that.cat = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["4e3c6e09-0593-4818-976a-d73fe588580b"].url));
that.addChild(that.cat);
...
...
@@ -46947,8 +46953,6 @@ var MainScene = (function (_super) {
that.initCat();
that.initEnergy();
that.energyUp1();
// var a = Ins_1.Ins.initLabel({ text: "ergergergergerg", x: 300, y: 800 });
// this.addChildAt(a, 999);
};
MainScene.prototype.initCat = function () {
var that = this;
...
...
@@ -47365,7 +47369,6 @@ var StartScene = (function (_super) {
ctrls_1.changeScene(MainScene_1.MainScene);
}
else {
Ins_1.Ins.hideLoading();
Ins_1.Ins.showToast(r.message);
}
});
...
...
@@ -47597,11 +47600,6 @@ var MainSceneBtnUi = (function (_super) {
MainSceneBtnUi.prototype.updateUserInfo = function () {
var that = this;
var _a = Ins_1.Ins.userInfo, catName = _a.catName, happyCoin = _a.happyCoin, level = _a.level, avatar = _a.avatar, experience = _a.experience, experienceMax = _a.experienceMax;
var type = avatar.substring(avatar.lastIndexOf(".") + 1, avatar.length);
var avatar1 = avatar;
if (type != 'png' && type != 'jpg') {
avatar1 = avatar + '.jpg';
}
that.catAvatar.texture = FYGE.Texture.fromUrl(avatar);
that.catAvatar.width = 52;
that.catAvatar.height = 52;
taobao_mini/debug.log
View file @
68b47ae8
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment