Skip to content

Fix Game|Time Over text scroll positions#248

Open
JaceCear wants to merge 7 commits intomainfrom
game_over
Open

Fix Game|Time Over text scroll positions#248
JaceCear wants to merge 7 commits intomainfrom
game_over

Conversation

@JaceCear
Copy link
Collaborator

No description provided.

#include "constants/animations.h"
#include "constants/songs.h"

#define G_OVR_TXT_REST_X (DISPLAY_WIDTH / 2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure this is more readable? It would make sense if it was a specific value but width / 2 obviously reads as centered

Copy link
Collaborator Author

@JaceCear JaceCear Mar 23, 2026

Choose a reason for hiding this comment

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

Maybe... all the names are a bit temporary though.

I mean, we could add global macros SCREEN_CENTER_X and SCREEN_CENTER_Y? 👀
(or DISPLAY_CENTER_X|Y for consistency)

@JaceCear JaceCear changed the title (WIP) Fix Game|Time Over text scroll positions Fix Game|Time Over text scroll positions Mar 24, 2026
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