add hand + grab cursor for own player
This commit is contained in:
parent
61837a155f
commit
ca387b53ec
6 changed files with 82 additions and 11 deletions
|
|
@ -14,6 +14,7 @@ app.use('/', (req, res, next) => {
|
|||
<html><head><style>
|
||||
html,body {margin: 0; overflow: hidden;}
|
||||
html, body, #main { background: #222 }
|
||||
canvas {cursor: none;}
|
||||
</style></head><body>
|
||||
<script>window.WS_ADDRESS = '${config.ws.connectstring}'</script>
|
||||
<script src="index.js" type="module"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue