1
0
forked from noxious/client

Show controls always above tiles

This commit is contained in:
Dennis Postma 2024-07-07 14:29:31 +02:00
parent 922ae6474e
commit ead0da0a5e

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup lang="ts"> <script setup lang="ts">