Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy14_pipei
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
hy14_pipei
Commits
123b9ec0
Commit
123b9ec0
authored
Oct 08, 2023
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cc4c1f20
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
272 additions
and
158 deletions
+272
-158
hy14_pipei.fire
assets/hy14_pipei/scene/hy14_pipei.fire
+270
-157
hy14_pipei.ts
assets/hy14_pipei/scene/hy14_pipei.ts
+2
-1
No files found.
assets/hy14_pipei/scene/hy14_pipei.fire
View file @
123b9ec0
This diff is collapsed.
Click to expand it.
assets/hy14_pipei/scene/hy14_pipei.ts
View file @
123b9ec0
...
@@ -375,7 +375,8 @@ export default class PuzzleJigsaw extends MyCocosSceneComponent {
...
@@ -375,7 +375,8 @@ export default class PuzzleJigsaw extends MyCocosSceneComponent {
let
count
=
0
;
let
count
=
0
;
this
.
cardBgs
.
forEach
((
item
)
=>
{
this
.
cardBgs
.
forEach
((
item
)
=>
{
let
desc
=
cc
.
find
(
"
desc
"
,
item
);
let
desc
=
cc
.
find
(
"
desc
"
,
item
);
if
(
desc
.
getComponent
(
cc
.
Label
).
string
!=
""
)
count
++
let
img
=
cc
.
find
(
"
img
"
,
item
);
if
(
img
.
active
||
desc
.
getComponent
(
cc
.
Label
).
string
!=
""
)
count
++
})
})
return
count
==
this
.
cardBgs
.
length
;
return
count
==
this
.
cardBgs
.
length
;
}
}
...
...
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