1
0
forked from noxious/client

Loading placed map objects works again

This commit is contained in:
2025-01-13 11:02:04 +01:00
parent 8f07cf5093
commit 4d88917526
7 changed files with 8 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<template>
<Image v-if="gameStore.getLoadedAsset(props.placedMapObject.mapObject.id)" v-bind="imageProps" />
<Image v-if="gameStore.isTextureLoaded(props.placedMapObject.mapObject.id)" v-bind="imageProps" />
</template>
<script setup lang="ts">