From c6ae337eca9a26b07bd37e76505809eb8f3656ba Mon Sep 17 00:00:00 2001 From: DonRenando Date: Sat, 7 Mar 2015 01:25:55 +0100 Subject: [PATCH] css suite memory --- SRC/public/js/memory.js | 14 +++++++++----- SRC/resources/views/app.blade.php | 5 ----- SRC/resources/views/one_referent_game.blade.php | 12 ++++++++++-- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index b2fc996..b43fad8 100644 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -60,7 +60,7 @@ * onGameStart: callback for when game starts * onGameEnd: callback for when game ends */ - +/* Memory.prototype.options = { wrapperID : "container", cards : [ @@ -132,7 +132,7 @@ onGameStart : function() { return false; }, onGameEnd : function() { return false; } } - +*/ /** * Memory _init - initialise Memory * @@ -212,13 +212,17 @@ this.gameMeta.innerHTML = this.gameMetaHTML; this.game.appendChild(this.gameMeta); + + +// + this.gameStartScreenHTML = '

Welcome to the Memory Game!

\

blablabla

\

Choisir niveau

\ '; this.gameStartScreen.innerHTML = this.gameStartScreenHTML; this.game.appendChild(this.gameStartScreen); diff --git a/SRC/resources/views/app.blade.php b/SRC/resources/views/app.blade.php index a62e1ea..b7d9fab 100755 --- a/SRC/resources/views/app.blade.php +++ b/SRC/resources/views/app.blade.php @@ -33,13 +33,8 @@ @endif @yield('content') - - - - - + + @@ -12,8 +17,11 @@
- -
+
+
+
+
+