Ajout des mutations Sauveteuse, Adaptative et résistante, ajout des crédits du jeu et d'un splash screen (+ un peu de debug)

This commit is contained in:
2026-07-10 14:34:27 +02:00
parent 22b753c6a9
commit 3caab11468
34 changed files with 729 additions and 158 deletions
+47
View File
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-lifebuoy"
version="1.1"
id="svg7"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs7" />
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="path1" />
<path
d="M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0"
id="path2"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
id="path3"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M15 15l3.35 3.35"
id="path4"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M9 15l-3.35 3.35"
id="path5"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M5.65 5.65l3.35 3.35"
id="path6"
style="stroke:#ffffff;stroke-opacity:1" />
<path
d="M18.35 5.65l-3.35 3.35"
id="path7"
style="stroke:#ffffff;stroke-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB