You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
15 lines
422 B
C
15 lines
422 B
C
|
|
struct CutsceneSplinePoint sTtcCreditsSplinePositions[] = {
|
|
{ 1, 0, { -1724, 277, -994 } },
|
|
{ 2, 0, { -1720, 456, -995 } },
|
|
{ 3, 0, { -1655, 810, -1014 } },
|
|
{ -1, 0, { -1753, 883, -1009 } }
|
|
};
|
|
|
|
struct CutsceneSplinePoint sTtcCreditsSplineFocus[] = {
|
|
{ 1, 50, { -1554, 742, -1063 } },
|
|
{ 2, 50, { -1245, 571, -1102 } },
|
|
{ 3, 50, { -1220, 603, -1151 } },
|
|
{ -1, 50, { -1412, 520, -1053 } }
|
|
};
|