Skip to content
Snippets Groups Projects
Commit 5c69c311 authored by stuebinm's avatar stuebinm
Browse files

something something encoding mismatch

parent 5c843aec
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ checkTileset = do ...@@ -135,7 +135,7 @@ checkTileset = do
-- reject tilesets unsuitable for workadventure -- reject tilesets unsuitable for workadventure
unless (tilesetTilewidth tileset == 32 && tilesetTileheight tileset == 32) unless (tilesetTilewidth tileset == 32 && tilesetTileheight tileset == 32)
$ complain "Tilesets must have tile size 32×32." $ complain "Tilesets must have tile size 32x32."
unless (tilesetImageheight tileset < 4096 && tilesetImagewidth tileset < 4096) unless (tilesetImageheight tileset < 4096 && tilesetImagewidth tileset < 4096)
$ warn "Tilesets should not be larger than 4096x4096 pixels in total." $ warn "Tilesets should not be larger than 4096x4096 pixels in total."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment