From ea9874157c2ba9cf338a4fd3d41b0193f42a0fd2 Mon Sep 17 00:00:00 2001 From: "Diego F. Goberna" Date: Thu, 4 Oct 2018 00:59:47 +0200 Subject: [PATCH] pause menu ui (no logic) --- src/index.html | 2 ++ src/templates/dialogs.html | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/templates/dialogs.html diff --git a/src/index.html b/src/index.html index 6c61832..4baf034 100644 --- a/src/index.html +++ b/src/index.html @@ -83,6 +83,8 @@ {% include './templates/stage.html' %} {% include './templates/gameUi.html' %} {% include './templates/menu.html' %} + {% include './templates/dialogs.html' %} + diff --git a/src/templates/dialogs.html b/src/templates/dialogs.html new file mode 100644 index 0000000..9407756 --- /dev/null +++ b/src/templates/dialogs.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file