Removed func from zone editor

This commit is contained in:
2024-09-16 18:56:46 +02:00
parent af3e9d2b4d
commit 7984853fb8
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,6 @@ function createTileLayer() {
layer.setDepth(0)
layer.setCullPadding(2, 2)
layer.setOrigin(0.2, 0.5)
return layer
}