Skip to content

Conversation

@Un1q32
Copy link
Contributor

@Un1q32 Un1q32 commented Jan 10, 2026

Adds a credits screen accessible by clicking the logo on the title screen.
For now just a simple screen with some text and a few prominent contributors names in alphabetical order, no scrolling.
Requires #259

{
SAFE_DELETE(m_pDarkBackground);

m_pDarkBackground = new WorldSelectionList(m_pMinecraft, m_width, m_height);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you using an entire WorldSelectionList for the sole purpose of... drawing a dark background? That seems really over-complicated.

Copy link
Collaborator

Choose a reason for hiding this comment

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

If I recall correctly, there are two functions inside either the WorldSelectionList or both of the ScrolledSelectionLists that are responsible for drawing the top and bottom bars.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

idk any other way to do it :P

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.

3 participants