1
0
forked from noxious/client

Show tile & mapObject list on top of toolbar buttons, re-enabled camera follow

This commit is contained in:
2025-02-01 02:26:54 +01:00
parent 09b458eeef
commit 09ee9bf01d
3 changed files with 3 additions and 3 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)