From 8fda008546ee9ae326cac5df6735953580e2a0c7 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Sat, 1 Aug 2020 18:32:35 +0200 Subject: [PATCH] mode de jeux et fix de quelques bugs --- site/vue/css/style.css | 8 ++ site/vue/index.html | 38 ++++++--- site/vue/js/const.js | 1 + site/vue/js/createElement.js | 41 +++++---- site/vue/js/creator.js | 32 ------- site/vue/js/func.js | 152 ++++++++++++++++++++++++++++++--- site/vue/js/generateGame.js | 158 +++++++++++++++++++++++++---------- site/vue/js/init.js | 10 +-- site/vue/js/main.js | 1 + 9 files changed, 315 insertions(+), 126 deletions(-) diff --git a/site/vue/css/style.css b/site/vue/css/style.css index debd4d8..185ce4c 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -92,6 +92,10 @@ html { margin-left: 25px; } +.fa-check { + margin-left: 25px; +} + #pseudo_show { color: var(--cool-color); } @@ -692,4 +696,8 @@ input[type=color] { .fa-edit:hover { color: var(--cool-color); +} + +#win_pannel { + display: none; } \ No newline at end of file diff --git a/site/vue/index.html b/site/vue/index.html index f871dd3..e8fcfaa 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -27,6 +27,10 @@ Tutoriel +
+ Vanilla + +
Normal @@ -35,17 +39,13 @@ Mode Perso
-
- Caméléon - -
-

Generateur

+

Générateur


@@ -111,7 +111,7 @@
-