Skip to content

Scroll creature menu without modifier#4613

Open
Loobinex wants to merge 1 commit intomasterfrom
scrollcreature
Open

Scroll creature menu without modifier#4613
Loobinex wants to merge 1 commit intomasterfrom
scrollcreature

Conversation

@Loobinex
Copy link
Member

@Loobinex Loobinex commented Mar 9, 2026

No description provided.

@Loobinex Loobinex requested a review from PieterVdc March 9, 2026 00:37
{
if (!flag_is_set(game.operation_flags, GOF_ShowGui))
return false;
return ((GetMouseX() < status_panel_width) && (GetMouseY() > scale_ui_value(185)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm sounds like in 600*480 the added extra panel at the bottom would also count

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm sounds like in 600*480 the added extra panel at the bottom would also count

It does, do you want to have it excluded?

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

Successfully merging this pull request may close these issues.

2 participants