forked from noxious/client
Show controls always above tiles
This commit is contained in:
parent
922ae6474e
commit
ead0da0a5e
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Image texture="waypoint" :x="waypoint.x" :y="waypoint.y" :visible="waypoint.visible" />
|
||||
<Image :depth="1" texture="waypoint" :x="waypoint.x" :y="waypoint.y" :visible="waypoint.visible" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
Loading…
x
Reference in New Issue
Block a user