fix bugs ?? tromgeroffel

This commit is contained in:
2024-08-08 20:55:40 +02:00
parent 56d26cd751
commit 463843bf8b
2 changed files with 5 additions and 5 deletions

View File

@@ -90,6 +90,8 @@
}
function send(x,y,angle){
x = Math.round((x + 100) * 163.84);
y = Math.round((y + 100) * 163.84);
var data = clientId + ";d;" + x.toString() + "," + y.toString();
connection.send(data);
}