add hand + grab cursor for own player

This commit is contained in:
Zutatensuppe 2020-11-07 17:49:42 +01:00
parent 61837a155f
commit ca387b53ec
6 changed files with 82 additions and 11 deletions

View file

@ -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>