Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
T_FT_01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
T_FT_01
Commits
dee09333
Commit
dee09333
authored
Dec 29, 2020
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复错误播放问题
parent
b4bfe8a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Scene.fire
play/assets/tmpGame/scene/Scene.fire
+1
-1
Scene.js
play/assets/tmpGame/script/Scene.js
+2
-2
No files found.
play/assets/tmpGame/scene/Scene.fire
View file @
dee09333
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
"array": [
"array": [
0,
0,
0,
0,
34
1.8527186837586
,
34
8.1963389090809
,
0,
0,
0,
0,
0,
0,
...
...
play/assets/tmpGame/script/Scene.js
View file @
dee09333
...
@@ -634,8 +634,8 @@ cc.Class({
...
@@ -634,8 +634,8 @@ cc.Class({
setSprNodeMaxLen
(
spr
.
node
,
picMaxW
,
picMaxH
);
setSprNodeMaxLen
(
spr
.
node
,
picMaxW
,
picMaxH
);
item
.
pic
=
spr
.
node
;
item
.
pic
=
spr
.
node
;
spr
.
node
.
parent
.
addComponent
(
cc
.
Button
);
spr
.
node
.
addComponent
(
cc
.
Button
);
spr
.
node
.
parent
.
on
(
'
click
'
,
()
=>
{
spr
.
node
.
on
(
'
click
'
,
()
=>
{
if
(
!
this
.
_cantouch
)
{
if
(
!
this
.
_cantouch
)
{
return
;
return
;
}
}
...
...
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