Commit 4d6a0c85 authored by wildfirecode13's avatar wildfirecode13

update

parent c4bfd66a
...@@ -28,10 +28,6 @@ ...@@ -28,10 +28,6 @@
"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_bg.png",
"name": "newbie"
},
{ {
"keys": "playBg.jpg", "keys": "playBg.jpg",
"name": "playScene" "name": "playScene"
......
This diff is collapsed.
...@@ -493,23 +493,6 @@ export const ResJson = { ...@@ -493,23 +493,6 @@ export const ResJson = {
} }
} }
}, },
{
"keys": "newbie_bg.png",
"name": "newbie",
"atlas": {
"newbie_bg.png": {
"x": 2,
"y": 2,
"w": 750,
"h": 1624,
"ox": 0,
"oy": 0,
"sw": 750,
"sh": 1624,
"ro": false
}
}
},
{ {
"keys": "playBg.jpg", "keys": "playBg.jpg",
"name": "playScene" "name": "playScene"
......
...@@ -229,35 +229,6 @@ export const SkinJson ={ ...@@ -229,35 +229,6 @@ export const SkinJson ={
} }
] ]
}, },
{
"name": "newbie",
"x": 0,
"y": 0,
"type": "container",
"children": [
{
"name": "newbie_bg",
"x": 0,
"y": 0,
"type": "sprite",
"props": {
"source": "newbie_bg.png"
}
},
{
"name": "newbieTips",
"x": 270,
"y": 551,
"type": "text",
"props": {
"text": "newbie",
"size": 72,
"fillColor": "#000000",
"textAlpha": 1
}
}
]
},
{ {
"name": "prize", "name": "prize",
"x": 78, "x": 78,
......
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