Skip to content

Commit 5c5335f

Browse files
committed
improve intro animations for widescreen
1 parent 9856f4d commit 5c5335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/stage/intro.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ static void Task_IntroColorAnimation(void)
780780
* highlights the Act's name */
781781
innerCount = counter - INTROFRAME_CLEAR_BANNER;
782782
p0->y = 544 - (innerCount * 6);
783-
p0->x = (innerCount * 7);
783+
p0->x = innerCount * ((DISPLAY_HEIGHT - 62) / 14);
784784
p1->y = 0;
785785
// p1->x = 0;
786786
}

0 commit comments

Comments
 (0)