We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9856f4d commit 5c5335fCopy full SHA for 5c5335f
src/game/stage/intro.c
@@ -780,7 +780,7 @@ static void Task_IntroColorAnimation(void)
780
* highlights the Act's name */
781
innerCount = counter - INTROFRAME_CLEAR_BANNER;
782
p0->y = 544 - (innerCount * 6);
783
- p0->x = (innerCount * 7);
+ p0->x = innerCount * ((DISPLAY_HEIGHT - 62) / 14);
784
p1->y = 0;
785
// p1->x = 0;
786
}
0 commit comments