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
340a972e
Commit
340a972e
authored
Oct 14, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改默认动效
parent
43e610df
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3991 additions
and
8 deletions
+3991
-8
tmallCat.getSence.json
project/src/canvas/game/mock/miniTb/tmallCat.getSence.json
+1
-1
output.js
project/src/canvas/game/output.js
+16
-1
output.js.map
project/src/canvas/game/output.js.map
+1
-1
output.js
project/src/canvas/game/released/output.js
+16
-1
Cat.ts
project/src/canvas/game/src/cat/Cat.ts
+16
-1
output.js
taobao_mini/client/pages/pagecanvas/output.js
+17
-3
debug.log
taobao_mini/debug.log
+3924
-0
No files found.
project/src/canvas/game/mock/miniTb/tmallCat.getSence.json
View file @
340a972e
...
...
@@ -2,7 +2,7 @@
"success"
:
true
,
"message"
:
""
,
"data"
:
{
"sence"
:
1
,
"sence"
:
4
,
"senceTips"
:[
"测试"
,
"测试"
],
"senceGuide"
:{
"1"
:
false
,
...
...
project/src/canvas/game/output.js
View file @
340a972e
...
...
@@ -2737,7 +2737,22 @@ var Cat = (function (_super) {
Cat.prototype.stopCatAct = function () {
var that = this;
that.hideDialog();
that.setCatAnimShow(0, null);
var type = 0;
switch (Ins_1.Ins.curScene) {
case 1:
type = 1;
break;
case 2:
type = 1;
break;
case 3:
type = 0;
break;
default:
type = 0;
break;
}
that.setCatAnimShow(type, null);
};
Cat.prototype.catAct = function (e) {
console.log("eruighuerihgrueeigh");
project/src/canvas/game/output.js.map
View file @
340a972e
This diff is collapsed.
Click to expand it.
project/src/canvas/game/released/output.js
View file @
340a972e
...
...
@@ -2739,7 +2739,22 @@ var Cat = (function (_super) {
Cat.prototype.stopCatAct = function () {
var that = this;
that.hideDialog();
that.setCatAnimShow(0, null);
var type = 0;
switch (Ins_1.Ins.curScene) {
case 1:
type = 1;
break;
case 2:
type = 1;
break;
case 3:
type = 0;
break;
default:
type = 0;
break;
}
that.setCatAnimShow(type, null);
};
Cat.prototype.catAct = function (e) {
console.log("eruighuerihgrueeigh");
project/src/canvas/game/src/cat/Cat.ts
View file @
340a972e
...
...
@@ -205,7 +205,22 @@ export class Cat extends Module {
stopCatAct
(){
var
that
=
this
;
that
.
hideDialog
();
that
.
setCatAnimShow
(
0
,
null
);
let
type
=
0
;
switch
(
Ins
.
curScene
){
case
1
:
type
=
1
;
break
;
case
2
:
type
=
1
;
break
;
case
3
:
type
=
0
;
break
;
default
:
type
=
0
;
break
;
}
that
.
setCatAnimShow
(
type
,
null
);
}
/**猫咪互动 */
...
...
taobao_mini/client/pages/pagecanvas/output.js
View file @
340a972e
...
...
@@ -2738,7 +2738,22 @@ var Cat = (function (_super) {
Cat.prototype.stopCatAct = function () {
var that = this;
that.hideDialog();
that.setCatAnimShow(0, null);
var type = 0;
switch (Ins_1.Ins.curScene) {
case 1:
type = 1;
break;
case 2:
type = 1;
break;
case 3:
type = 0;
break;
default:
type = 0;
break;
}
that.setCatAnimShow(type, null);
};
Cat.prototype.catAct = function (e) {
console.log("eruighuerihgrueeigh");
...
...
@@ -46848,7 +46863,7 @@ var LoadingScene = (function (_super) {
that.zhuazi = new FYGE.Sprite(RES_1.RES.getRes(resloadingList_1.default["d01a19e5-fa4f-40b9-a6dc-9d21e0cc756e"].url));
that.loadingGroup.addChild(that.zhuazi);
that.zhuazi.y = -5;
FYGE.Tween.get(this.loading, { onChange: function () { that.zhuazi.x = (that.loading.x + that.loading.width - 30); }, onChangeObj: that }).to({ x: -80 }, 200).call(function () {
FYGE.Tween.get(this.loading, { onChange: function () { that.zhuazi.x = (that.loading.x + that.loading.width - 30); }, onChangeObj: that }).to({ x: -80 }, 200
0
).call(function () {
that.tweenEnd = true;
if (that.isEnd) {
FYGE.Tween.get(that.loading, { onChange: function () { that.zhuazi.x = (that.loading.x + that.loading.width - 30); }, onChangeObj: that }).to({ x: 9 }, 600).call(function () { ctrls_1.changeScene(StartScene_1.StartScene); });
...
...
@@ -47635,7 +47650,6 @@ var MainSceneBtnUi = (function (_super) {
that.fishPointLabel.text = "" + happyCoin;
that.catExperience.scaleX = experience / experienceMax;
that.experience.text = experience + "/" + experienceMax;
console.log("更新用户数据ui结束")
};
MainSceneBtnUi.prototype.hideAllActBtn = function () {
var that = this;
taobao_mini/debug.log
View file @
340a972e
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