Worked on commands, notifications

This commit is contained in:
2024-06-01 19:36:27 +02:00
parent b58df15ae0
commit ef12c61ea9
16 changed files with 136 additions and 76 deletions

View File

@ -1,12 +1,13 @@
<template>
<Container>
<Text
:text="'Hello world'"
:text="props.player?.name"
:x="position.x - 50"
:y="position.y - 80"
:style="{
fontFamily: 'Helvetica, Arial',
color: '#42B883',
fontSize: '26px',
fontSize: '20px',
fontStyle: 'bold',
strokeThickness: 8,
stroke: '#213547'

View File

@ -0,0 +1 @@
<template></template>

View File

@ -0,0 +1 @@
<template></template>