Skip to content

Never reference vertices by name #114

Description

@MassHesteria

We currently have several places where we assume certain values or formats for vertex names. This was intended to be temporary until we came up with a better way. It's time to fix that.

More than likely, the best solution is to improve the type value associated with each node. For example, we might want an "exit" type for boss exits since we look for the Exit_ prefix several times. Another good type might be "door" as we currently look for Door_ in several places. Honestly, doing those two might be enough to get us to good.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions