rdemoparty / stardust

2D sidescroller
2 stars 0 forks source link

Implement basic level editing #11

Closed benishor closed 8 years ago

benishor commented 9 years ago

The editor should be able to create/edit basic levels. Upon creation a level needs a name and a height. The designer should be able to select the desired recipe and place it at different spots in the level. The level will save this list of events in JSON format.

benishor commented 8 years ago

This has been implemented.