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

Portal Hint Text Bugs #21

Open
Phoenyx65535 opened this issue Mar 25, 2024 · 0 comments
Open

Portal Hint Text Bugs #21

Phoenyx65535 opened this issue Mar 25, 2024 · 0 comments

Comments

@Phoenyx65535
Copy link

I noticed that there was supposed to be hint text for opening the portal back to town (ctrlg), but that it didn't seem to be rendering. It looks like there are two separate bugs independently making it not work:

First, it renders the hint letter text first, and then renders the book text over it, making it covered up .I think you can safely just move the "extra_render" case to after the main text to fix this. I'm not certain, but it seems all the other "extra_render"s are not for books, making them irrelevant.

Second, it looks like you made all text red when you are low health, and when you get to this bookcase, you are low health. This means that you have to actually solve the puzzle that this hints toward before you can heal and see the text. I would imagine the least disruptive solution would be to make it so that rather than making the hint text red, it instead toggles the color, making it white on red that time. That said, personally, I think book text being red when you are low health is a strange choice, so it might be better to just make that always white.

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

1 participant