This commit is contained in:
2021-07-21 14:26:35 +03:00
parent 99129cc494
commit 777bca030d

View File

@@ -82,7 +82,5 @@
let угол = тело.angle;
элемент.style.transform = `translate(${x}px, ${y}px) rotate(${угол}rad)`;
console.debug("синхра тела", элемент.id);
return true;
};