Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jj15_zww
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
jj15_zww
Commits
afee7527
Commit
afee7527
authored
Apr 15, 2024
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
爪子调整完
parent
21babf93
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
454 additions
and
355 deletions
+454
-355
jj15_zww.fire
assets/jj15_zww/scene/jj15_zww.fire
+449
-354
jj15_zww.ts
assets/jj15_zww/scene/jj15_zww.ts
+5
-1
No files found.
assets/jj15_zww/scene/jj15_zww.fire
View file @
afee7527
This diff is collapsed.
Click to expand it.
assets/jj15_zww/scene/jj15_zww.ts
View file @
afee7527
...
...
@@ -472,6 +472,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
public
btn_last
:
cc
.
Node
=
null
;
@
property
(
cc
.
Node
)
public
btn_next
:
cc
.
Node
=
null
;
@
property
(
cc
.
Node
)
public
card_pos
:
cc
.
Node
=
null
;
updateLayer
(
layer
,
data
,
i
)
{
if
(
!
layer
||
!
data
)
return
;
...
...
@@ -485,7 +487,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
"
1
"
:
[
-
10
]
}
let
posArray
=
posList
[
data
.
options
.
length
];
let
posY
=
-
30
;
let
posY
=
this
.
card_pos
.
y
;
// 计算Y的值
// let img = pg.view.find(layer, 'title/img')
// pg.view.setNetImg(img, data.image, { w: 660, h: 320 })
...
...
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