whrlpl / engine

🎮 An experimental game engine written in C#.
Mozilla Public License 2.0
6 stars 0 forks source link

[FEATURE] Editor / debugger #7

Open xezno opened 6 years ago

xezno commented 6 years ago

Summary

A full level editor with support for debugging. See #6 for additional information on the level format.

Solution

The solution would ideally be:

Alternatives

N/A

Additional context

MidnightDrift already has an incomplete editor:

Some features, however, are incomplete and/or missing - namely: properties are read-only, and there is an absence of any proper scripting language.

xezno commented 5 years ago

Side-note in case I come back to this in a bit: should maybe consider using some sort of web-based editor as a test?