Commit 86fbd4ad authored by wildfirecode13's avatar wildfirecode13

update

parent 631d97f9
{
"code": null,
"data": 0,
"data": 1,
"message": "occaecat",
"success": true
}
\ No newline at end of file
project/resource/draw/draw_bg.png

168 KB | W: | H:

project/resource/draw/draw_bg.png

180 KB | W: | H:

project/resource/draw/draw_bg.png
project/resource/draw/draw_bg.png
project/resource/draw/draw_bg.png
project/resource/draw/draw_bg.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -16,6 +16,10 @@
"keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png",
"name": "common"
},
{
"keys": "draw_bg.png,draw_close.png,draw_ok.png,draw_okbtn.png,draw_title.png",
"name": "draw"
},
{
"keys": "bg.png,bg2.png,drawBtn.png,drawGrayBtn.png,inviteBtn.png,marquee.png,progress.png,progressbg.png,rulebtn.png,task1bg.png,task1btn.png,task2bg.png,title.png",
"name": "index3"
......
This diff is collapsed.
......@@ -16,6 +16,10 @@ export const ResJson = {
"keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png",
"name": "common"
},
{
"keys": "draw_bg.png,draw_close.png,draw_ok.png,draw_okbtn.png,draw_title.png",
"name": "draw"
},
{
"keys": "bg.png,bg2.png,drawBtn.png,drawGrayBtn.png,inviteBtn.png,marquee.png,progress.png,progressbg.png,rulebtn.png,task1bg.png,task1btn.png,task2bg.png,title.png",
"name": "index3"
......
......@@ -1364,6 +1364,62 @@ export const SkinJson ={
}
}
]
},
{
"name": "draw",
"x": 78,
"y": 412,
"type": "container",
"children": [
{
"name": "draw_bg",
"x": 0,
"y": 127,
"type": "sprite",
"props": {
"source": "draw_bg.png"
}
},
{
"name": "draw_title",
"x": 78,
"y": 62,
"type": "sprite",
"props": {
"source": "draw_title.png"
}
},
{
"name": "draw_tips",
"x": 103,
"y": 245,
"type": "text",
"props": {
"text": "成功获得奖励金****元\r奖励将于24小时内发放到您的账户",
"size": 26,
"fillColor": "#c75b2b",
"textAlpha": 1
}
},
{
"name": "draw_ok",
"x": 127,
"y": 473,
"type": "sprite",
"props": {
"source": "draw_ok.png"
}
},
{
"name": "draw_close",
"x": 560,
"y": 0,
"type": "sprite",
"props": {
"source": "draw_close.png"
}
}
]
}
]
}
\ No newline at end of file
......@@ -48,6 +48,9 @@ export class IndexScene extends Scene {
if (action == 'showSharePanel') {
this.showSharePanel();
}
setTimeout(() => {
showPanel(DrawPanel)
}, 1000);
// sendWebNet(WebNetName.carouselInfo).then(res => {
// console.log('carouselInfo ', res);
......
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