tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

Improved support for overlapping path nodes #139

Open tyoeer opened 9 months ago

tyoeer commented 9 months ago

The visual glitchyness might be desirable for decoration.

Having to deal with a unlimited overlap for path nodes will get annoying, especially when it's mostly unused..

tyoeer commented 9 months ago

An idea for the API might be to create path node set class with a very similar api to normal path nodes, to reduce friction as much as possible.

tyoeer commented 9 months ago

The order in which paths are saved/loaded in the file might effect the jank, so perhaps that one would have to be made consistent.