load maps from png files
This commit is contained in:
parent
51334af8c3
commit
6bed7d918f
13 changed files with 86 additions and 61 deletions
|
|
@ -13,7 +13,8 @@ export default function Controls({playerId, logout}: {
|
|||
getWebSocket,
|
||||
readyState
|
||||
} = useWebSocket(url.toString(), {
|
||||
onError: logout
|
||||
onError: logout,
|
||||
shouldReconnect: () => true,
|
||||
});
|
||||
|
||||
const socket = getWebSocket();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue