Commit 5e3c2ea6 authored by wildfirecode's avatar wildfirecode

1

parent 9bb7274e
...@@ -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:
......
...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment