diff --git a/src/index.html b/src/index.html
index 503639c..a8e3af2 100644
--- a/src/index.html
+++ b/src/index.html
@@ -28,7 +28,7 @@
effect-bloom="strength: 1"
gpu-preloader
loading-screen="backgroundColor: #000;"
- overlay="objects: #menu, #keyboard, #rightHand, #leftHand, [mixin~='cursorMesh'], #inGameMenu, #stepback"
+ overlay="objects: #menu, #keyboard, #rightHand, #leftHand, [mixin~='cursorMesh'], #gameMenu, #stepback"
pool__beat-arrow-blue="mixin: arrowBlueBeat; size: 5; container: #beatContainer"
pool__beat-arrow-red="mixin: arrowRedBeat; size: 10; container: #beatContainer"
pool__beat-dot-blue="mixin: dotBlueBeat; size: 10; container: #beatContainer"
@@ -127,7 +127,7 @@
{% include './templates/stage.html' %}
{% include './templates/score.html' %}
{% include './templates/menu.html' %}
- {% include './templates/inGameMenu.html' %}
+ {% include './templates/gameMenu.html' %}
diff --git a/src/templates/gameMenu.html b/src/templates/gameMenu.html
new file mode 100644
index 0000000..b14154f
--- /dev/null
+++ b/src/templates/gameMenu.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+