tank movement (without collision)

This commit is contained in:
Vinzenz Schroeter 2024-04-07 17:17:11 +02:00
parent a3bd582b2e
commit 54b840da3e
18 changed files with 321 additions and 254 deletions

View file

@ -42,7 +42,6 @@ export default function Controls({playerId}: {
return;
const message = new Uint8Array([typeCode, value]);
console.log('input', message);
sendMessage(message);
};