diff --git a/src/components/gameMaster/zoneEditor/ZoneEditor.vue b/src/components/gameMaster/zoneEditor/ZoneEditor.vue index 60605e1..18a4812 100644 --- a/src/components/gameMaster/zoneEditor/ZoneEditor.vue +++ b/src/components/gameMaster/zoneEditor/ZoneEditor.vue @@ -81,8 +81,7 @@ function createTileLayer() { const layer = zoneTilemap.value.createBlankLayer('tiles', tilesetImages as any, 0, config.tile_size.y) as Phaser.Tilemaps.TilemapLayer layer.setDepth(0) - layer.setCullPadding(0, 0) - + return layer } diff --git a/src/components/zone/Tiles.vue b/src/components/zone/Tiles.vue index efa0955..56e7337 100644 --- a/src/components/zone/Tiles.vue +++ b/src/components/zone/Tiles.vue @@ -1,13 +1,10 @@