Set self name as fall back
This commit is contained in:
parent
43fe08071f
commit
1e1393d7ad
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<Container>
|
||||
<Text
|
||||
:text="props.character?.name"
|
||||
:text="props.character?.name ?? socket.character.name"
|
||||
:x="position.x - 50"
|
||||
:y="position.y - 80"
|
||||
:style="{
|
||||
|
Loading…
x
Reference in New Issue
Block a user