forked from rDrama/rDrama
1
0
Fork 0

fix bones overflow once and for all

master
Aevann 2023-10-12 22:28:54 +03:00
parent 843afdf598
commit 6e3fb2659a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ let bones_container = document.getElementById('bones-container');
let number = parseInt(bones_container.dataset.bones)
const sources = ['skeleton1.webp','skeleton2.webp','skeleton3.webp','skeleton4.webp','skeleton5.webp','skeleton6.webp'];
const pw = screen.availWidth / 3.2
const pw = screen.availWidth / 3.5
let circles = [];