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-26 17:02:28 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
802959c290a2130654a6be4fca846ef409fb543b
pytiled_parser
/
pytiled_parser
History
Darren Eberly
802959c290
removed checking rotation and name as they will always be defined in the JSON format
2020-06-07 20:16:38 -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
created a base for implementing Layer casting. Also made the types of Layer classes more accurate to Tiled's documentation
2020-06-07 16:01:25 -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 rotation and name as they will always be defined in the JSON format
2020-06-07 20:16:38 -04:00
tileset.py
FIXME: rename to Tileset
2020-06-07 14:45:38 -04:00