Commit 11c967c1 authored by wildfirecode13's avatar wildfirecode13

update

parent 1c13976a
......@@ -23,6 +23,10 @@
{
"keys": "playBg.jpg",
"name": "playScene"
},
{
"keys": "prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png",
"name": "prize"
}
],
"path": "./resource/"
......
This diff is collapsed.
......@@ -23,6 +23,10 @@ export const ResJson = {
{
"keys": "playBg.jpg",
"name": "playScene"
},
{
"keys": "prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png",
"name": "prize"
}
],
"path": "./resource/"
......
......@@ -257,6 +257,74 @@ export const SkinJson ={
}
}
]
},
{
"name": "prize",
"x": 67,
"y": 327,
"type": "container",
"children": [
{
"name": "prize_bg",
"x": 0,
"y": 0,
"type": "sprite",
"props": {
"source": "prize_bg.png"
}
},
{
"name": "prize_name",
"x": 147,
"y": 317,
"type": "text",
"props": {
"text": "多功能不粘小奶锅16cm",
"size": 30,
"fillColor": "#5889ce",
"textAlpha": 1
}
},
{
"name": "prize_closebtn",
"x": 561,
"y": 166,
"type": "sprite",
"props": {
"source": "prize_closebtn.png"
}
},
{
"name": "prize_tips",
"x": 164,
"y": 848,
"type": "text",
"props": {
"text": "奖品可在“我的奖品”中查看",
"size": 24,
"fillColor": "#5889ce",
"textAlpha": 1
}
},
{
"name": "prize_okbtn",
"x": 126,
"y": 724,
"type": "sprite",
"props": {
"source": "prize_okbtn.png"
}
},
{
"name": "prize_placeholder",
"x": 183,
"y": 405,
"type": "sprite",
"props": {
"source": "prize_placeholder.png"
}
}
]
}
]
}
\ 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