Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP52
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
OP52
Commits
890a12a3
Commit
890a12a3
authored
Jun 28, 2022
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugai
parent
95c93499
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
440 additions
and
334 deletions
+440
-334
OP52.fire
assets/OP52/scene/OP52.fire
+439
-334
OP52.js
assets/OP52/scene/OP52.js
+1
-0
No files found.
assets/OP52/scene/OP52.fire
View file @
890a12a3
This diff is collapsed.
Click to expand it.
assets/OP52/scene/OP52.js
View file @
890a12a3
...
@@ -282,6 +282,7 @@ cc.Class({
...
@@ -282,6 +282,7 @@ cc.Class({
let
btn_picture
=
pg
.
view
.
find
(
this
,
"
btn_picture
"
);
let
btn_picture
=
pg
.
view
.
find
(
this
,
"
btn_picture
"
);
let
layout_normal
=
pg
.
view
.
find
(
this
,
"
card_group/layout_normal
"
);
let
layout_normal
=
pg
.
view
.
find
(
this
,
"
card_group/layout_normal
"
);
layout_normal
.
removeAllChildren
();
layout_normal
.
removeAllChildren
();
layout_normal
.
opacity
=
0
;
let
layout_card
=
pg
.
view
.
find
(
this
,
"
card_group/layout_card
"
);
let
layout_card
=
pg
.
view
.
find
(
this
,
"
card_group/layout_card
"
);
cc
.
find
(
"
card_group/card_bg2
"
,
this
.
node
).
opacity
=
0
;
cc
.
find
(
"
card_group/card_bg2
"
,
this
.
node
).
opacity
=
0
;
layout_card
.
removeAllChildren
();
layout_card
.
removeAllChildren
();
...
...
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