Commit 9b4a3f26 authored by wildfirecode13's avatar wildfirecode13

update

parent 2070acbf
...@@ -36,7 +36,10 @@ ...@@ -36,7 +36,10 @@
"keys": "playBg.jpg", "keys": "playBg.jpg",
"name": "playScene" "name": "playScene"
}, },
{
"keys": "prize_bg.png,prize_close.png,prize_invite.png,prize_progress.png,prize_progressbg.png,prize_title.png,prize_title2.png",
"name": "prize"
},
{ {
"keys": "share_bg.png", "keys": "share_bg.png",
"name": "share" "name": "share"
......
This diff is collapsed.
...@@ -36,7 +36,10 @@ export const ResJson = { ...@@ -36,7 +36,10 @@ export const ResJson = {
"keys": "playBg.jpg", "keys": "playBg.jpg",
"name": "playScene" "name": "playScene"
}, },
{
"keys": "prize_bg.png,prize_close.png,prize_invite.png,prize_progress.png,prize_progressbg.png,prize_title.png,prize_title2.png",
"name": "prize"
},
{ {
"keys": "share_bg.png", "keys": "share_bg.png",
"name": "share" "name": "share"
......
...@@ -468,7 +468,6 @@ export const SkinJson ={ ...@@ -468,7 +468,6 @@ export const SkinJson ={
} }
] ]
}, },
{ {
"name": "index2", "name": "index2",
"x": 0, "x": 0,
...@@ -1272,6 +1271,137 @@ export const SkinJson ={ ...@@ -1272,6 +1271,137 @@ export const SkinJson ={
] ]
} }
] ]
},
{
"name": "prize",
"x": 78,
"y": 405,
"type": "container",
"children": [
{
"name": "prize_title2",
"x": 28,
"y": 0,
"type": "sprite",
"props": {
"source": "prize_title2.png"
}
},
{
"name": "prize_bg",
"x": 0,
"y": 134,
"type": "sprite",
"props": {
"source": "prize_bg.png"
}
},
{
"name": "prize_title",
"x": 78,
"y": 69,
"type": "sprite",
"props": {
"source": "prize_title.png"
}
},
{
"name": "prize_progressbg",
"x": 130,
"y": 347,
"type": "sprite",
"props": {
"source": "prize_progressbg.png"
}
},
{
"name": "prize_progress",
"x": 132,
"y": 348,
"type": "sprite",
"props": {
"source": "prize_progress.png"
}
},
{
"name": "prize_invite",
"x": 127,
"y": 580,
"type": "sprite",
"props": {
"source": "prize_invite.png"
}
},
{
"name": "prize_tips5",
"x": 183,
"y": 208,
"type": "text",
"props": {
"text": "恭喜你获得体验金",
"size": 30,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "prize_tip3",
"x": 240,
"y": 392,
"type": "text",
"props": {
"text": "1000/1000000",
"size": 24,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "prize_tip4",
"x": 97,
"y": 451,
"type": "text",
"props": {
"text": "邀请好友助力,体验金最高可得100万",
"size": 24,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "prize_tips2",
"x": 216,
"y": 254,
"type": "text",
"props": {
"text": "1000",
"size": 60,
"fillColor": "#ff2f50",
"textAlpha": 1
}
},
{
"name": "prize_tips1",
"x": 347,
"y": 277,
"type": "text",
"props": {
"text": "元",
"size": 29,
"fillColor": "#ff2f50",
"textAlpha": 1
}
},
{
"name": "prize_close",
"x": 560,
"y": 7,
"type": "sprite",
"props": {
"source": "prize_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 ["prize2"] } get groupNames() { return ["prize"] }
get skinName() { return "prize2" } get skinName() { return "prize" }
} }
\ 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