mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
PetPet all tigers images and new logo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user