PetPet all tigers images and new logo

This commit is contained in:
2024-08-16 20:50:42 +02:00
parent cee37b3d61
commit ff2f9ddc29
10 changed files with 45 additions and 24 deletions

View File

@@ -11,6 +11,7 @@ window.onload = () => {
let choice = document.createElement("img");
choice.id = choices[i];
choice.src = `${choices[i]}.png`;
choice.setAttribute("draggable", "false");
choice.addEventListener("click", selectChoice);
document.getElementById("choices").append(choice);
}