Large refactoring. Also, reimplemented resource manager to use parsers. Changed from json to xml (it allows comments!!!).
This commit is contained in:
@ -45,10 +45,13 @@ RINFO_FOOTER=" };\n"
|
||||
#
|
||||
FILE_TYPES = [
|
||||
([".png", ".bmp"], "Texture"),
|
||||
([".level"], "Level"),
|
||||
([".csv"], "LevelLayer"),
|
||||
([".ttf"], "Font"),
|
||||
([".sprite"], "Sprite"),
|
||||
([".sprite"], "Sprite"),
|
||||
([".config"], "Configuration"),
|
||||
([".scene"], "Scene"),
|
||||
([".back"], "Background"),
|
||||
([".csv"], "BackgroundLayer"),
|
||||
([".item"], "Item"),
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user