diff --git a/src/index.html b/src/index.html index a99a623..e8bfdd2 100644 --- a/src/index.html +++ b/src/index.html @@ -91,9 +91,9 @@ {% include './templates/stage.html' %} - {% include './templates/gameUi.html' %} + {% include './templates/score.html' %} {% include './templates/menu.html' %} - {% include './templates/dialogs.html' %} + {% include './templates/inGameMenu.html' %} diff --git a/src/templates/dialogs.html b/src/templates/inGameMenu.html similarity index 100% rename from src/templates/dialogs.html rename to src/templates/inGameMenu.html diff --git a/src/templates/gameUi.html b/src/templates/score.html similarity index 97% rename from src/templates/gameUi.html rename to src/templates/score.html index 47bebd3..3f2dc1c 100644 --- a/src/templates/gameUi.html +++ b/src/templates/score.html @@ -1,5 +1,5 @@