Commit cc9f9d9b authored by wildfirecode13's avatar wildfirecode13

update

parent caa942be
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
"name": "playScene" "name": "playScene"
}, },
{ {
"keys": "prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png,prize_progressbg.png,prize_progressfront.png", "keys": "bg.png,close.png,invite.png,progress.png,progressbg.png,title.png,title2.png",
"name": "prize" "name": "prize2"
}, },
{ {
"keys": "share_bg.png", "keys": "share_bg.png",
......
This diff is collapsed.
...@@ -37,8 +37,8 @@ export const ResJson = { ...@@ -37,8 +37,8 @@ export const ResJson = {
"name": "playScene" "name": "playScene"
}, },
{ {
"keys": "prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png,prize_progressbg.png,prize_progressfront.png", "keys": "bg.png,close.png,invite.png,progress.png,progressbg.png,title.png,title2.png",
"name": "prize" "name": "prize2"
}, },
{ {
"keys": "share_bg.png", "keys": "share_bg.png",
......
...@@ -1357,6 +1357,137 @@ export const SkinJson ={ ...@@ -1357,6 +1357,137 @@ export const SkinJson ={
] ]
} }
] ]
},
{
"name": "prize2",
"x": 78,
"y": 405,
"type": "container",
"children": [
{
"name": "title2",
"x": 28,
"y": 0,
"type": "sprite",
"props": {
"source": "title2.png"
}
},
{
"name": "bg",
"x": 0,
"y": 134,
"type": "sprite",
"props": {
"source": "bg.png"
}
},
{
"name": "title",
"x": 78,
"y": 69,
"type": "sprite",
"props": {
"source": "title.png"
}
},
{
"name": "progressbg",
"x": 130,
"y": 347,
"type": "sprite",
"props": {
"source": "progressbg.png"
}
},
{
"name": "progress",
"x": 132,
"y": 348,
"type": "sprite",
"props": {
"source": "progress.png"
}
},
{
"name": "invite",
"x": 127,
"y": 580,
"type": "sprite",
"props": {
"source": "invite.png"
}
},
{
"name": "tips5",
"x": 183,
"y": 208,
"type": "text",
"props": {
"text": "恭喜你获得体验金",
"size": 30,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "tip3",
"x": 240,
"y": 392,
"type": "text",
"props": {
"text": "1000/1000000",
"size": 24,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "tip4",
"x": 97,
"y": 451,
"type": "text",
"props": {
"text": "邀请好友助力,体验金最高可得100万",
"size": 24,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "tips2",
"x": 216,
"y": 254,
"type": "text",
"props": {
"text": "1000",
"size": 60,
"fillColor": "#ff2f50",
"textAlpha": 1
}
},
{
"name": "tips1",
"x": 347,
"y": 277,
"type": "text",
"props": {
"text": "元",
"size": 29,
"fillColor": "#ff2f50",
"textAlpha": 1
}
},
{
"name": "close",
"x": 560,
"y": 7,
"type": "sprite",
"props": {
"source": "close.png"
}
}
]
} }
] ]
} }
\ No newline at end of file
...@@ -92,7 +92,7 @@ export class PrizePanel extends Panel { ...@@ -92,7 +92,7 @@ export class PrizePanel extends Panel {
this.inviteBtn.removeEventListener(FYGE.MouseEvent.CLICK, this.onClick_inviteBtn, this); this.inviteBtn.removeEventListener(FYGE.MouseEvent.CLICK, this.onClick_inviteBtn, this);
} }
get groupNames() { return ["prize"] } get groupNames() { return ["prize2"] }
get skinName() { return "prize" } get skinName() { return "prize2" }
} }
\ No newline at end of file
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