Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
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
崔立强
db-game-template
Commits
6eec59a7
Commit
6eec59a7
authored
Aug 28, 2019
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
6b17975d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
RankPanelSkin.exml
egret/resource/skins/RankPanelSkin.exml
+1
-1
RankPanel.ts
egret/src/rankPanel/RankPanel.ts
+1
-1
No files found.
egret/resource/skins/RankPanelSkin.exml
View file @
6eec59a7
...
...
@@ -50,7 +50,7 @@
<e:Image
x=
"0"
y=
"0"
source=
"myRankBg_png"
width=
"608"
scaleX=
"1"
scaleY=
"1"
/>
<e:Label
id=
"myRankLb"
text=
"50"
x=
"3.21"
y=
"50.83000000000004"
textAlign=
"center"
width=
"92"
scaleX=
"1"
scaleY=
"1"
anchorOffsetX=
"0"
/>
<e:Image
id=
"myIconImg"
width=
"55"
height=
"55"
x=
"101.02"
y=
"36"
anchorOffsetX=
"0"
scaleX=
"1"
scaleY=
"1"
source=
"iconImg_png"
/>
<e:Label
id=
"myNameLb"
text=
"我我我我我
"
x=
"101.36"
y=
"50.99000000000001"
size=
"29"
width=
"151
"
scaleX=
"1"
scaleY=
"1"
anchorOffsetX=
"0"
/>
<e:Label
id=
"myNameLb"
text=
"我我我我我
我我"
x=
"101.36"
y=
"50.99000000000001"
size=
"29"
width=
"220
"
scaleX=
"1"
scaleY=
"1"
anchorOffsetX=
"0"
/>
<e:Label
id=
"myScoreLb"
text=
"50分"
x=
"411.31"
y=
"49.98000000000002"
width=
"155"
textAlign=
"right"
scaleX=
"1"
scaleY=
"1"
/>
</e:Group>
</e:Group>
...
...
egret/src/rankPanel/RankPanel.ts
View file @
6eec59a7
...
...
@@ -106,7 +106,7 @@ export default class RankPanel extends Panel {
this
.
initRankList
();
this
.
myIconImg
.
visible
=
false
;
this
.
myNameLb
.
width
=
220
;
}
//刷新个人排名信息
...
...
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