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

[Vanilla Bug] custom cursor is hiding popup info text #1045

Open
3 tasks done
MarkJFox opened this issue Dec 11, 2023 · 0 comments
Open
3 tasks done

[Vanilla Bug] custom cursor is hiding popup info text #1045

MarkJFox opened this issue Dec 11, 2023 · 0 comments
Labels
vanilla-bug Something isn't working in the original game

Comments

@MarkJFox
Copy link

First Check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I have attached as much information as possible (screenshots, debug and exception logs, etc).

Description

The game doesn't check how big the cursor is and where it would be safe to show the popup text. If you are using a bigger one, the cursor hide parts of the popup text. Would be good to get a PopupAdjustX and a PopupAdjustY parameter to manually correct the position of the popup text or another system to move the text outside of the mouse cursor OR show the popup text over the cursor.

Required Code (optional)

No response

Steps To Reproduce

Add a bigger cursor into the game

Expected Behaviour

The game should check where it is safe to show up the popup text without hiding them behind the cursor OR print the popup text box over the cursor.

Actual Behaviour

the game ignores bigger cursors and parts of the popup text getting hidden by the cursor

Additional Context

Unbenannt

@MarkJFox MarkJFox added the vanilla-bug Something isn't working in the original game label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vanilla-bug Something isn't working in the original game
Projects
None yet
Development

No branches or pull requests

1 participant