1
0
forked from noxious/client

npm update, worked on multiplayer world

This commit is contained in:
2024-05-05 02:57:52 +02:00
parent 8c21cd11c7
commit 93a6387367
3 changed files with 39 additions and 56 deletions

View File

@ -24,7 +24,6 @@ const scene = useScene()
// console.log(time, delta);
// })
const pointer_tile = ref(undefined);
const position = reactive({ x: 0, y: 0 });
if (props.player !== undefined) {