fix bones again

pull/213/head
Aevann 2023-10-11 18:17:37 +03:00
parent 051584966f
commit d812b26934
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ let number = parseInt(bones_container.dataset.bones)
const sources = ['skeleton1.webp','skeleton2.webp','skeleton3.webp','skeleton4.webp','skeleton5.webp','skeleton6.webp'];
number = Math.min(number, sources.length) * 2
const pw = screen.availWidth / 4
const pw = screen.availWidth / 3.2
let circles = [];