fredi-68 / luswca

Remember to put full project title here
GNU General Public License v3.0
0 stars 0 forks source link

Move .lvl parser to Scene #34

Closed fredi-68 closed 5 years ago

fredi-68 commented 6 years ago

Move .lvl file parsing code to Scene class, makes its purpose more clear.

fredi-68 commented 5 years ago

While doing this also add the ability to load zones and scenes from archives. This essentially comes down to using file objects instead of paths wherever possible.

fredi-68 commented 5 years ago

Scene parsing moved to Scene class