Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
wildfirecode13
xiaoxiaole
Commits
5e3c2ea6
Commit
5e3c2ea6
authored
Apr 11, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9bb7274e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
PrizePanel.ts
egret/libs/new_wx/components/PrizePanel.ts
+1
-0
PrizeSkin.exml
egret/resource/skins/PrizeSkin.exml
+1
-1
No files found.
egret/libs/new_wx/components/PrizePanel.ts
View file @
5e3c2ea6
...
@@ -37,6 +37,7 @@ export default class PrizePanel extends Panel {
...
@@ -37,6 +37,7 @@ export default class PrizePanel extends Panel {
this
.
img
.
visible
=
false
;
this
.
img
.
visible
=
false
;
this
.
propGroup
.
visible
=
true
;
this
.
propGroup
.
visible
=
true
;
this
.
prop
.
source
=
'prize_money_png'
;
this
.
prop
.
source
=
'prize_money_png'
;
this
.
prop
.
y
=
90
;
this
.
nums
.
text
=
`×
${
realValue
||
1
}
`
;
this
.
nums
.
text
=
`×
${
realValue
||
1
}
`
;
break
;
break
;
default
:
default
:
...
...
egret/resource/skins/PrizeSkin.exml
View file @
5e3c2ea6
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<e:Label
id=
"nums"
text=
"×8"
size=
"48"
verticalAlign=
"middle"
textAlign=
"left"
fontFamily=
"FZY3JW"
textColor=
"0xC17343"
bold=
"true"
anchorOffsetX=
"0"
width=
"205"
x=
"278"
y=
"102.24"
/>
<e:Label
id=
"nums"
text=
"×8"
size=
"48"
verticalAlign=
"middle"
textAlign=
"left"
fontFamily=
"FZY3JW"
textColor=
"0xC17343"
bold=
"true"
anchorOffsetX=
"0"
width=
"205"
x=
"278"
y=
"102.24"
/>
<e:Image
id=
"prop"
scaleY=
"0.8"
scaleX=
"0.8"
x=
"173"
y=
"81.24"
source=
"prize_blood_png"
/>
<e:Image
id=
"prop"
scaleY=
"0.8"
scaleX=
"0.8"
x=
"173"
y=
"81.24"
source=
"prize_blood_png"
/>
</e:Group>
</e:Group>
<e:Image
id=
"img"
width=
"480"
height=
"214"
source=
"{data.url}"
horizontalCenter=
"0"
y=
"
575
.76"
visible=
"false"
/>
<e:Image
id=
"img"
width=
"480"
height=
"214"
source=
"{data.url}"
horizontalCenter=
"0"
y=
"
739
.76"
visible=
"false"
/>
<e:Button
id=
"closeBtn"
label=
""
x=
"594.5"
y=
"456.01"
>
<e:Button
id=
"closeBtn"
label=
""
x=
"594.5"
y=
"456.01"
>
<e:skinName>
<e:skinName>
<e:Skin
states=
"up,down,disabled"
>
<e:Skin
states=
"up,down,disabled"
>
...
...
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