Add guide to offline page.
This commit is contained in:
parent
7a28de3744
commit
aa35881a9f
@ -127,6 +127,7 @@ const SCENES = {
|
||||
UI.nav([
|
||||
UI.button(LANG("reconnect"), () => { RECONNECT(); }),
|
||||
UI.button(LANG("practice"), () => { SCENE.load(SCENES.GamePractice); }),
|
||||
UI.button(LANG("guide"), () => { SCENE.load(SCENES.Guide); }),
|
||||
], []);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user