Skip to content
Snippets Groups Projects
Commit 1cbbc7e5 authored by stuebinm's avatar stuebinm
Browse files

properties: copyright → tilesetCopyright

parent e2d62772
Branches
No related tags found
No related merge requests found
...@@ -117,8 +117,8 @@ checkTileset = do ...@@ -117,8 +117,8 @@ checkTileset = do
when (isJust (tilesetSource tileset)) when (isJust (tilesetSource tileset))
$ complain "Tilesets must be embedded and cannot be loaded from external files." $ complain "Tilesets must be embedded and cannot be loaded from external files."
-- TODO: check copyright! -- TODO: check copyright!
unlessHasProperty "copyright" unlessHasProperty "tiledCopyright"
$ forbid "property \"copyright\" is required for tilesets." $ forbid "property \"tiledCopyright\" for tilesets must be set."
-- check individual tileset properties -- check individual tileset properties
mapM_ checkTilesetProperty (fromMaybe [] $ tilesetProperties tileset) mapM_ checkTilesetProperty (fromMaybe [] $ tilesetProperties tileset)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment