ASU-CodeDevils / CD-GameDev

A game made in Rust.
2 stars 1 forks source link

feat: add level loading system #12

Closed joshuawalker3 closed 1 month ago

joshuawalker3 commented 1 month ago

add LevelLoadPlugin to enable automatically loading levels from an LDtk project

Objective

Fixes #4 The objective is to create a way to automatically load levels from an LDtk project to allow for faster development times by designing levels in LDtk and parsing the data in.

Solution

Created LevelLoad plugin that handles the parsing of LDtk project data in and creating the level

New components

New systems

Testing