1
0
forked from noxious/client

location fix

This commit is contained in:
root 2024-05-02 20:05:27 +02:00
parent ea5a3c7466
commit 69db126754

View File

@ -1,5 +1,5 @@
<template>
<Image texture="waypoint" :x="waypoint.x" :y="waypoint.x" :visible="waypoint.visible" />
<Image texture="waypoint" :x="waypoint.x" :y="waypoint.y" :visible="waypoint.visible" />
<Sprite ref="sprite" texture="player" :x :y />
</template>