Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rando Feature: Edge text to differentiate exits #73

Open
Avasam opened this issue Jul 14, 2024 · 1 comment
Open

Rando Feature: Edge text to differentiate exits #73

Avasam opened this issue Jul 14, 2024 · 1 comment

Comments

@Avasam
Copy link
Owner

Avasam commented Jul 14, 2024

When a level has multiple exits, we still have to guess despite having access to the graph. Something like this would be really nice:
image
(in my example, the level names would be shortened automatically by Initials)

Can be skipped for "unrandomized transitions" if those are marked (see #68 )

If we really wanna be fancy, we can skip for transition types that are unique per level and can be inferred (only 1 one-way, 1 locked door (see #68 ), 1 two-way, etc.) but that sounds like more work than is worth the trouble

(maybe optional as it can lead to clutter, we'll see)

@wossnameGitHub
Copy link
Contributor

Yeah sure I can do that, easy as pie. Except for 2 problems that is:

Problem 1: yes this will lead to an extreme amount of clutter, not sure we want that
Problem 2: I'm not going to do this or anything else for that matter until all changes I've already made are merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants