From e0976d4ac0365a07671a4b85b7c6cfce2c0c763e Mon Sep 17 00:00:00 2001 From: devfake Date: Fri, 3 Jul 2015 11:36:59 +0200 Subject: [PATCH] change lobby screen --- client/index.html | 2 + client/scss/_base.scss | 38 +++++++ client/scss/main.scss | 3 + client/templates/lobby.handlebars | 118 +++++++++++++++------- client/templates/lobby2.handlebars | 45 +++++++++ gulpfile.js | 23 +---- public/Config.js | 4 +- site/server/app/Console/Kernel.php | 17 ++++ site/server/app/Http/Requests/Request.php | 18 +++- 9 files changed, 211 insertions(+), 57 deletions(-) create mode 100644 client/scss/_base.scss create mode 100644 client/templates/lobby2.handlebars diff --git a/client/index.html b/client/index.html index a68a804..d055555 100644 --- a/client/index.html +++ b/client/index.html @@ -6,6 +6,7 @@ + @@ -20,6 +21,7 @@