Implemented many things. Refactored parsers. Added some behaviors and items. Added weapons.

This commit is contained in:
2016-12-02 20:29:40 +02:00
parent 0b6a988184
commit f255905c73
70 changed files with 1614 additions and 908 deletions

View File

@ -52,6 +52,7 @@ FILE_TYPES = [
([".back"], "Background"),
([".csv"], "BackgroundLayer"),
([".item"], "Item"),
([".items"], "ItemCollection"),
]