diff options
author | stuebinm | 2021-09-05 19:10:30 +0200 |
---|---|---|
committer | stuebinm | 2021-09-05 19:10:30 +0200 |
commit | 0787b24786a329dae5f25c1cd2916ce962471f1d (patch) | |
tree | dde1c972930cbc25385c60af3d8cd5a1d2f8319d /.gitignore |
simple proof of concept
Lots of monads everywhere, hurray!
(unfortunately, workadventure maps don't quite form a category; they lack composition …)
Credits:
- the example.json file is by TabascoEye (with some modifications for testing purposes)
- the Tiled module is forked from aeson-tiled on hackage, since that package didn't
handle custom layer properties correctly
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5e3679 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist-newstyle/* |