tank movement (without collision)
This commit is contained in:
parent
a3bd582b2e
commit
54b840da3e
18 changed files with 321 additions and 254 deletions
|
|
@ -42,7 +42,6 @@ export default function Controls({playerId}: {
|
|||
return;
|
||||
|
||||
const message = new Uint8Array([typeCode, value]);
|
||||
console.log('input', message);
|
||||
sendMessage(message);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue