Skip to content
Snippets Groups Projects
Commit 0529ef9e authored by stuebinm's avatar stuebinm
Browse files

collides isn't unknown on tiles

parent 0419aa99
No related branches found
No related tags found
No related merge requests found
Pipeline #13343 passed
......@@ -492,6 +492,7 @@ checkTileThing removeExits p@(Property name _value) = case name of
(dependsOn . Link)
(const $ forbid "accessing local html files is disallowed.")
| otherwise ->
when (not removeExits || name `notElem` [ "collides", "name", "tilesetCopyright" ]) $ do
warnUnknown p knownTileLayerProperites
where
requireProperty req = propertyRequiredBy req name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment