Skip to content

Conversation

@jonasdiemer
Copy link
Contributor

Black popup is easier to notice at higher contrast.

Comment on lines 52 to 54
renderer.fillRect(x + 5, y + 5, w - 10, h - 10, true);
renderer.drawText(UI_12_FONT_ID, x + margin, y + margin, message, false);
renderer.drawRect(x + 5, y + 5, w - 10, h - 10);
Copy link
Owner

@daveallie daveallie Dec 30, 2025

Choose a reason for hiding this comment

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

This drawRect is now no longer needed right? It'll be drawing a black square on the already black pixels from fillRect

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