You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
19 lines
561 B
C
19 lines
561 B
C
|
|
struct CutsceneSplinePoint sTtmCreditsSplinePositions[] = {
|
|
{ 0, 0, { 386, 2535, 644 } },
|
|
{ 0, 0, { 1105, 2576, 918 } },
|
|
{ 0, 0, { 3565, 2261, 2098 } },
|
|
{ 0, 0, { 6715, -2791, 4554 } },
|
|
{ 0, 0, { 3917, -3130, 3656 } },
|
|
{ -1, 0, { 3917, -3130, 3656 } }
|
|
};
|
|
|
|
struct CutsceneSplinePoint sTtmCreditsSplineFocus[] = {
|
|
{ 1, 50, { 751, 2434, 318 } },
|
|
{ 2, 50, { 768, 2382, 603 } },
|
|
{ 3, 60, { 3115, 2086, 1969 } },
|
|
{ 4, 30, { 6370, -3108, 4727 } },
|
|
{ 5, 50, { 4172, -3385, 4001 } },
|
|
{ -1, 50, { 4172, -3385, 4001 } }
|
|
};
|