From b1e59c9b16c1fb2381caf3706a0b387299d25ba8 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Tue, 16 Oct 2018 02:18:01 -0700 Subject: [PATCH] position game menu title texts --- src/index.html | 4 +-- src/templates/gameMenu.html | 68 +++++++++++++++++++++++++++++++++++ src/templates/inGameMenu.html | 34 ++++++++++-------- 3 files changed, 89 insertions(+), 17 deletions(-) create mode 100644 src/templates/gameMenu.html 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/inGameMenu.html b/src/templates/inGameMenu.html index 537b537..0820da7 100644 --- a/src/templates/inGameMenu.html +++ b/src/templates/inGameMenu.html @@ -1,63 +1,67 @@ - + + + + + - + - + - + - + - - - + -