Application du patch de EpicKiwi

This commit is contained in:
Nono 2025-12-18 11:59:31 +01:00
parent 774f9b9218
commit f3e4293ff5
8 changed files with 660 additions and 1 deletions

View file

@ -1,5 +1,10 @@
const stepSize = 100;
const main = document.querySelector('main');
for(let guideDraggable of document.querySelectorAll("#page-guide main > *")) {
guideDraggable.classList.add("draggable");
}
const draggables = document.querySelectorAll(".draggable");
const randomStarts = document.querySelectorAll(".randomStart");