summaryrefslogtreecommitdiff
path: root/lib/Tiled.hs
diff options
context:
space:
mode:
authorstuebinm2021-12-16 15:10:30 +0100
committerstuebinm2021-12-16 15:10:30 +0100
commit9e5ecf2bd3be27be6e8d1dd9f0bf8d80cf1eaa30 (patch)
tree3b517ddd86b761a433641b3532caa18d5c487e47 /lib/Tiled.hs
parent1144f4b4aa4dbe9522a64aaec0f8488c5f2c62e3 (diff)
fixed & removed a bunch of old TODOs
Diffstat (limited to 'lib/Tiled.hs')
-rw-r--r--lib/Tiled.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Tiled.hs b/lib/Tiled.hs
index a092b67..fa876ee 100644
--- a/lib/Tiled.hs
+++ b/lib/Tiled.hs
@@ -52,7 +52,6 @@ mkTiledId i = GlobalId { unGlobalId = i }
newtype LocalId = LocalId { unLocalId :: Int }
deriving (Ord, Eq, Enum, Num, Generic, Show, FromJSON, ToJSON, FromJSONKey, ToJSONKey)
--- | TODO: type-check colours?
type Color = Text
-- | A custom tiled property, which just has a name and a value.