diff --git a/src/state/index.js b/src/state/index.js index da8a24c..9b77386 100644 --- a/src/state/index.js +++ b/src/state/index.js @@ -110,7 +110,7 @@ AFRAME.registerState({ }, pausegame: (state) => { - state.menu.active = true; + state.isPaused = true; }, /** diff --git a/src/templates/dialogs.html b/src/templates/dialogs.html index 7d8a05f..cc36e4d 100644 --- a/src/templates/dialogs.html +++ b/src/templates/dialogs.html @@ -1,25 +1,27 @@ + + + + - - - - - - + + + - - - + + + - \ No newline at end of file + + + +