fixed Y variable

This commit is contained in:
sam
2023-11-24 14:19:29 +01:00
parent 9ad8cadc7f
commit 70bc9f14d5

View File

@@ -113,9 +113,9 @@ async function Movementloop() {
if (booleanArray[3]) {
cirX -= speed;}
if (booleanArray[2]) {
cirY -= speed;}
if (booleanArray[0]) {
cirY += speed;}
if (booleanArray[0]) {
cirY -= speed;}
}
function object_collision() {