forked from rDrama/rDrama
1
0
Fork 0

use screen_width const

master
Aevann 2023-10-14 22:28:50 +03:00
parent 58c2de33db
commit ec41904a3b
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.5
const pw = screen_width / 3.5
let circles = [];