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
66d3d938
Commit
66d3d938
authored
Oct 25, 2021
by
lujinlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-a
parent
6c834fb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ResJson.ts
project/src/ResJson.ts
+1
-1
ShareHintPanel.ts
project/src/panels/ShareHintPanel.ts
+1
-1
No files found.
project/src/ResJson.ts
View file @
66d3d938
...
...
@@ -934,5 +934,5 @@ export const ResJson = {
"name"
:
"svga"
}
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/163
2724226
/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/163
4714993
/resource/"
}
\ No newline at end of file
project/src/panels/ShareHintPanel.ts
View file @
66d3d938
...
...
@@ -21,7 +21,7 @@ export class ShareHintPanel extends FYGE.Sprite {
btn
.
alpha
=
0.7
;
let
bg
=
this
.
addChild
(
Tools
.
getSprite
(
'share.png'
))
bg
.
position
.
set
(
20
0
,
180
+
layers
.
stageOffsetY
)
bg
.
position
.
set
(
17
0
,
180
+
layers
.
stageOffsetY
)
bg
.
mouseChildren
=
false
;
bg
.
mouseEnable
=
false
;
bg
.
addChild
(
Tools
.
getText
(
'点击分享'
,
30
,
"#ffffff"
)).
position
.
set
(
120
,
240
)
...
...
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