From 46b7b19b5a741f5d9f8b6fb4f6f3cc42a16010ec Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Wed, 10 Oct 2018 02:26:03 -0700 Subject: [PATCH] rename some templates --- src/index.html | 4 ++-- src/templates/{dialogs.html => inGameMenu.html} | 0 src/templates/{gameUi.html => score.html} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/templates/{dialogs.html => inGameMenu.html} (100%) rename src/templates/{gameUi.html => score.html} (97%) 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 @@