mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
alert window to give directions
This commit is contained in:
parent
b8500e45ad
commit
a5b10cc51e
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@
|
|||
function howToExitTutorial() {
|
||||
HMD.requestShowHandControllers();
|
||||
setControllerPartLayer('button_b', 'highlight');
|
||||
Window.alert(HOW_TO_EXIT_MESSAGE);
|
||||
messageWindow = Window.alert(HOW_TO_EXIT_MESSAGE);
|
||||
setControllerPartLayer('button_b', 'blank');
|
||||
HMD.requestHideHandControllers();
|
||||
Settings.setValue("FingerPaintTutorialComplete", true);
|
||||
|
|
Loading…
Reference in a new issue