Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
dec91068
Commit
dec91068
authored
Sep 16, 2021
by
马舜翔
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
796df218
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
index.do.json
project/mock/webNet/dazzle/index.do.json
+2
-2
ResJson.ts
project/src/ResJson.ts
+1
-1
ScrollItem.ts
project/src/scenes/ScrollItem.ts
+4
-4
No files found.
project/mock/webNet/dazzle/index.do.json
View file @
dec91068
...
...
@@ -21,7 +21,7 @@
},
{
"degree"
:
"1"
,
"icon"
:
"//yun.duiba.com.cn/spark/assets/
3316b831513d30dfa122e137d541b33aab5907c0
.png"
,
"icon"
:
"//yun.duiba.com.cn/spark/assets/
afebd09b4851f8117fd6199584315f73078e4a4d
.png"
,
"icon2"
:
null
,
"id"
:
"o05ebd1a6"
,
"index"
:
2
,
...
...
@@ -34,7 +34,7 @@
},
{
"degree"
:
null
,
"icon"
:
"//yun.duiba.com.cn/
images/202108/9zwlfq8bwi.JPG
"
,
"icon"
:
"//yun.duiba.com.cn/
spark/assets/afebd09b4851f8117fd6199584315f73078e4a4d.png
"
,
"icon2"
:
null
,
"id"
:
"o3a1343e1"
,
"index"
:
3
,
...
...
project/src/ResJson.ts
View file @
dec91068
...
...
@@ -831,5 +831,5 @@ export const ResJson = {
}
}
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/1631
674235
/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/1631
764468
/resource/"
}
\ No newline at end of file
project/src/scenes/ScrollItem.ts
View file @
dec91068
...
...
@@ -29,12 +29,12 @@ export class ScrollItem extends Item {
},
this
)
const
large
=
new
FYGE
.
Sprite
(
FYGE
.
Texture
.
from
(
image
));
this
.
pict
=
large
;
this
.
pict
.
position
.
set
((
750
-
250
)
/
2
,
(
1624
-
25
0
)
/
2
);
this
.
pict
.
anchorX
=
25
0
*
0.5
;
this
.
pict
.
anchorY
=
25
0
*
0.5
;
this
.
pict
.
position
.
set
((
750
-
500
)
/
2
,
(
1624
-
50
0
)
/
2
);
this
.
pict
.
anchorX
=
50
0
*
0.5
;
this
.
pict
.
anchorY
=
50
0
*
0.5
;
this
.
stage
.
addChild
(
this
.
pict
)
FYGE
.
Tween
.
get
(
this
.
pict
)
.
to
({
scaleX
:
2
,
scaleY
:
2
},
200
)
.
to
({
scaleX
:
1
,
scaleY
:
1
},
200
)
},
this
);
item
.
width
=
item
.
height
=
100
;
item
.
x
=
item
.
y
=
11
;
...
...
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