@@ -122,6 +130,7 @@ export const MathuscriptPlayer = (props: { script: string }) => {
height: 100%;
top: 0;
left: 0;
+ --char-pos: ${visualState.board.text ? '-20%' : '0'};
`}>
{
allChars.map(name => {
@@ -136,10 +145,10 @@ export const MathuscriptPlayer = (props: { script: string }) => {
![]()
{
![]()
{
border-radius: 0.25em;
padding: 0.25em 0.75em;
`}>
-
{speakingChar.displayName}
+
{speakingChar.displayName} {visualState.dialog.emotion &&
({visualState.dialog.emotion})}
- {visualState.dialog.emotion &&