1
0
forked from noxious/client

#96 - Renamed and refactored pointer handler composables in favor of arrow key movement.

This commit is contained in:
2025-01-31 22:26:23 +01:00
parent 0f46e3b6d2
commit 7d3946e274
11 changed files with 187 additions and 245 deletions

View File

@ -175,7 +175,7 @@ onMounted(async () => {
mapStore.setCharacterLoaded(true)
// #146 : Set camera position to character, need to be improved still
scene.cameras.main.startFollow(charSprite.value as Phaser.GameObjects.Sprite)
// scene.cameras.main.startFollow(charSprite.value as Phaser.GameObjects.Sprite)
}
updatePosition(character.positionX, character.positionY, character.rotation)