forked from rDrama/rDrama
1
0
Fork 0

fix bones again

master
Aevann 2023-10-11 01:49:13 +03:00
parent e86acd2d67
commit bd0edd4176
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 / 3
const pw = screen.availWidth / 4
let circles = [];