lowered values

This commit is contained in:
root 2024-05-02 18:44:01 +02:00
parent 63a4448869
commit 237e16f8bb

View File

@ -1,5 +1,5 @@
<template>
<TilemapLayer ref="tilemapLayer" :tilemap="map" :layerIndex="0" :cull-padding-x="50" :cull-padding-y="50" :tileset="data" />
<TilemapLayer ref="tilemapLayer" :tilemap="map" :layerIndex="0" :cull-padding-x="10" :cull-padding-y="10" :tileset="data" />
<Player :layer="tilemapLayer" />
</template>