From 153a7d104f224fadc094e48b16daa13beb1c4419 Mon Sep 17 00:00:00 2001 From: Chiara Date: Fri, 6 Dec 2019 06:09:46 +0100 Subject: [PATCH] push avant modif foireuse --- Jeux_404/gifs/homme trop swag immobile.png | Bin 0 -> 130 bytes Jeux_404/main.html | 6 ++++++ Jeux_404/script.js | 4 ++-- Jeux_404/styles.css | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Jeux_404/gifs/homme trop swag immobile.png diff --git a/Jeux_404/gifs/homme trop swag immobile.png b/Jeux_404/gifs/homme trop swag immobile.png new file mode 100644 index 0000000000000000000000000000000000000000..4b7805837e5a8667ca00a1a27be48864f5ab9633 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`o}Mm_Ar^wk2?tpIH##Z!h$OfK zx2_Y6mGiYM)AQ6jkjAo0d&A1cZo`9-D|i<19!zCeRajAR_y9xBK4mKg$64);5 @@ -72,6 +73,11 @@ diff --git a/Jeux_404/script.js b/Jeux_404/script.js index f6289cf..62a28ff 100644 --- a/Jeux_404/script.js +++ b/Jeux_404/script.js @@ -120,8 +120,8 @@ function everyinterval(n) { function jeuxFini(i) { var messageMort; if (personnage.crashWith(obstacle[i])) { - messageMort = new component("30px", "Consolas", "red", 150, 60, "text"); - messageMort.text = "Il vous à attrapé..."; + messageMort = new component("30px", "Consolas", "red", 150, 80, "text"); + messageMort.text = "Il vous à rattrapé..."; messageMort.update(); } } diff --git a/Jeux_404/styles.css b/Jeux_404/styles.css index 6d18640..85ed7f1 100644 --- a/Jeux_404/styles.css +++ b/Jeux_404/styles.css @@ -18,6 +18,7 @@ button { } img { + position: relative; margin-top: -10px; margin-left: +300px; }