jaquadro / Treefrog

A general purpose tile- and object-focused 2D level editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New data storage format

jaquadro opened this issue · comments

Refactor framework loading and saving to start splitting levels up into individual files, and splitting out shared resources into a separate library. This should help alleviate merge burden with multiple authors working on levels.

Project, Levels, and Shared libraries are now split apart into separate files TLPX, TLBX, and TLVX files. Other significant changes have been made to the XML and object model to make the data friendlier for multi-authored source-controlled environments.