alert window to give directions

This commit is contained in:
kunalgosar 2017-04-04 15:34:56 -07:00
parent b8500e45ad
commit a5b10cc51e

View file

@ -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);