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