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 0000000..4b78058 Binary files /dev/null and b/Jeux_404/gifs/homme trop swag immobile.png differ diff --git a/Jeux_404/main.html b/Jeux_404/main.html index cbdcfa0..6a39efa 100644 --- a/Jeux_404/main.html +++ b/Jeux_404/main.html @@ -1,3 +1,4 @@ + @@ -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; }