Commit 8fd651b8 authored by wildfirecode13's avatar wildfirecode13

update

parent 75017e31
...@@ -20,14 +20,6 @@ ...@@ -20,14 +20,6 @@
"keys": "draw_bg.png,draw_okbtn.png", "keys": "draw_bg.png,draw_okbtn.png",
"name": "draw" "name": "draw"
}, },
{
"keys": "index_bg.png",
"name": "index"
},
{
"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": "index2"
},
{ {
"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"
......
This diff is collapsed.
...@@ -21,10 +21,11 @@ const checkUpdateShare = () => { ...@@ -21,10 +21,11 @@ const checkUpdateShare = () => {
} }
export class IndexScene extends Scene { export class IndexScene extends Scene {
get groupNames() { return ["index"] } get groupNames() { return ["index2"] }
get skinName() { return "index" } get skinName() { return "index2" }
initUi() { initUi() {
super.initUi(); super.initUi();
FYGE.ScrollPage
} }
async start(data) { async start(data) {
......
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