Commit 48dc60d3 authored by wildfirecode13's avatar wildfirecode13

update

parent 04ae6e5c
...@@ -9,13 +9,17 @@ ...@@ -9,13 +9,17 @@
"name": "StartScene" "name": "StartScene"
}, },
{ {
"keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png,关闭按钮.png,知道啦.png", "keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png",
"name": "common" "name": "common"
}, },
{ {
"keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png", "keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png",
"name": "loading" "name": "loading"
}, },
{
"keys": "newbie.png",
"name": "newbie"
},
{ {
"keys": "playBg.jpg", "keys": "playBg.jpg",
"name": "playScene" "name": "playScene"
......
This diff is collapsed.
...@@ -9,13 +9,17 @@ export const ResJson = { ...@@ -9,13 +9,17 @@ export const ResJson = {
"name": "StartScene" "name": "StartScene"
}, },
{ {
"keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png,关闭按钮.png,知道啦.png", "keys": "comCloseBtn.png,toastBg.png,waitingBg.png,waitingRot.png",
"name": "common" "name": "common"
}, },
{ {
"keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png", "keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png",
"name": "loading" "name": "loading"
}, },
{
"keys": "newbie.png",
"name": "newbie"
},
{ {
"keys": "playBg.jpg", "keys": "playBg.jpg",
"name": "playScene" "name": "playScene"
......
...@@ -257,6 +257,35 @@ export const SkinJson ={ ...@@ -257,6 +257,35 @@ export const SkinJson ={
} }
} }
] ]
},
{
"name": "newbie",
"x": 0,
"y": 0,
"type": "container",
"children": [
{
"name": "newbie",
"x": 0,
"y": 0,
"type": "sprite",
"props": {
"source": "newbie.png"
}
},
{
"name": "newbie",
"x": 270,
"y": 551,
"type": "text",
"props": {
"text": "newbie",
"size": 72,
"fillColor": "#000000",
"textAlpha": 1
}
}
]
} }
] ]
} }
\ 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