Worked on commands, notifications
This commit is contained in:
@ -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'
|
||||
|
1
src/components/sprites/MapEntity.vue
Normal file
1
src/components/sprites/MapEntity.vue
Normal file
@ -0,0 +1 @@
|
||||
<template></template>
|
1
src/components/sprites/NPC.vue
Normal file
1
src/components/sprites/NPC.vue
Normal file
@ -0,0 +1 @@
|
||||
<template></template>
|
Reference in New Issue
Block a user