Bug fixes and improvements to character select screen

This commit is contained in:
2024-11-25 00:40:21 +01:00
parent 25a2fd24f3
commit 924d5bdd13
3 changed files with 44 additions and 46 deletions

View File

@ -43,4 +43,4 @@ onMounted(() => {
charChatContainer.value!.setName(`${props.zoneCharacter.character!.name}_chatContainer`)
charChatContainer.value!.setVisible(false)
})
</script>
</script>

View File

@ -32,4 +32,4 @@ const createNicknameText = (text: Phaser.GameObjects.Text) => {
}
}
}
</script>
</script>