Show pointer always below zone objects

This commit is contained in:
2024-07-08 19:56:15 +02:00
parent 38307ec2d9
commit ec3894f9da
3 changed files with 79 additions and 79 deletions

View File

@ -1,5 +1,5 @@
<template>
<Image :depth="1" texture="waypoint" :x="waypoint.x" :y="waypoint.y" :visible="waypoint.visible" />
<Image :depth="2" texture="waypoint" :x="waypoint.x" :y="waypoint.y" :visible="waypoint.visible" />
</template>
<script setup lang="ts">