added resource

This commit is contained in:
2024-05-05 03:25:34 +02:00
parent 6deb507806
commit 0e9cb3e000
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<TilemapLayer v-if="isMapLoaded" ref="tilemapLayer" :tilemap="map" :layerIndex="0" :cull-padding-x="10" :cull-padding-y="10" :tileset="serverMapData.tiles" />
<TilemapLayer v-if="isMapLoaded" ref="tilemapLayer" :layerIndex="0" :cull-padding-x="10" :cull-padding-y="10" :tilemap="map" :tileset="serverMapData.tiles" />
<!-- <Controls :layer="layer" />-->
</template>