summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor')
-rw-r--r-- | src/map-editor/src/Constants/UI.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map-editor/src/Constants/UI.elm b/src/map-editor/src/Constants/UI.elm index e56553a..642d94c 100644 --- a/src/map-editor/src/Constants/UI.elm +++ b/src/map-editor/src/Constants/UI.elm @@ -4,7 +4,7 @@ tile_size : Int tile_size = 32 variants_per_tile : Int -variants_per_tile = 9 +variants_per_tile = 16 viewer_html_id : String viewer_html_id = "map_viewer" |