This website requires JavaScript.
Explore
Help
Register
Sign In
OMGeeky
/
pytiled_parser
Watch
1
Star
0
Fork
0
You've already forked pytiled_parser
mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced
2025-12-27 22:59:48 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be0a3812e3bd49245756c957cde65b96b5b9e4e3
pytiled_parser
/
pytiled_parser
History
Benjamin Kirkbride
be0a3812e3
stub(layer): get common attributes
2020-06-07 21:34:07 -04:00
..
__init__.py
re-doing everything as a caster instead of as a parser
2020-05-30 19:14:51 -04:00
common_types.py
rf(common_types): int is implied by float
2020-05-30 23:27:57 -04:00
layer.py
stub(layer): get common attributes
2020-06-07 21:34:07 -04:00
map.py
feat(map): map parsing
2020-06-07 19:39:18 -04:00
properties.py
refactor: changed naming convention for RawProperty to be more clear
2020-06-01 22:08:08 -04:00
template.py
re-doing everything as a caster instead of as a parser
2020-05-30 19:14:51 -04:00
tiled_object.py
removed checking for type attribute as it should always appear in the JSON format.
2020-06-07 20:21:35 -04:00
tileset.py
updated objectgroup layer casting to be accurate. It was previously being done as a list of TiledObjects rather than a Layer
2020-06-07 20:37:32 -04:00