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
226d937e
Commit
226d937e
authored
Sep 18, 2023
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fef972aa
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
665 additions
and
536 deletions
+665
-536
hy14_pipei.fire
assets/hy14_pipei/scene/hy14_pipei.fire
+662
-534
hy14_pipei.ts
assets/hy14_pipei/scene/hy14_pipei.ts
+3
-2
No files found.
assets/hy14_pipei/scene/hy14_pipei.fire
View file @
226d937e
This diff is collapsed.
Click to expand it.
assets/hy14_pipei/scene/hy14_pipei.ts
View file @
226d937e
...
...
@@ -226,8 +226,9 @@ export default class PuzzleJigsaw extends MyCocosSceneComponent {
if
(
op
.
length
>
12
)
x
=
7680
;
else
if
(
op
.
length
>
8
)
x
=
5760
;
else
if
(
op
.
length
>
oplen
)
x
=
3840
;
cc
.
tween
(
item
).
repeatForever
(
cc
.
tween
().
by
(
10
,
{
x
:
-
x
})
.
call
(()
=>
{
item
.
x
=
-
960
*
scale
;
}))
let
bottom
=
cc
.
find
(
"
bottom
"
,
this
.
node
);
cc
.
tween
(
bottom
).
repeatForever
(
cc
.
tween
().
by
(
20
,
{
x
:
-
x
})
.
call
(()
=>
{
bottom
.
x
=
-
960
*
scale
;
}))
.
start
();
}
}
...
...
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