From 9584ceca23b14665cc22a93e8f060232ee0ef278 Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Sat, 17 Nov 2018 02:01:47 -0800 Subject: [PATCH] remove container entity, faster matrixworld updates --- src/index.html | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/index.html b/src/index.html index e51a44f..e5a0d01 100644 --- a/src/index.html +++ b/src/index.html @@ -60,19 +60,18 @@ - - - {% include './templates/stage.html' %} - {% include './templates/loading.html' %} - {% include './templates/score.html' %} - {% include './templates/menu.html' %} - {% include './templates/tutorial.html' %} - {% include './templates/gameMenu.html' %} - {% include './templates/victory.html' %} - + + + {% include './templates/stage.html' %} + {% include './templates/loading.html' %} + {% include './templates/score.html' %} + {% include './templates/menu.html' %} + {% include './templates/tutorial.html' %} + {% include './templates/gameMenu.html' %} + {% include './templates/victory.html' %}