You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
17 lines
489 B
C
17 lines
489 B
C
|
|
struct CutsceneSplinePoint sWfCreditsSplinePositions[] = {
|
|
{ 0, 0, { -301, 1399, 2643 } },
|
|
{ 0, 0, { -182, 2374, 4572 } },
|
|
{ 0, 0, { 4696, 3864, 413 } },
|
|
{ 0, 0, { 1738, 4891, -1516 } },
|
|
{ -1, 0, { 1783, 4891, -1516 } }
|
|
};
|
|
|
|
struct CutsceneSplinePoint sWfCreditsSplineFocus[] = {
|
|
{ 1, 30, { -249, 1484, 2153 } },
|
|
{ 2, 40, { -200, 2470, 4082 } },
|
|
{ 3, 40, { 4200, 3916, 370 } },
|
|
{ 4, 40, { 1523, 4976, -1072 } },
|
|
{ -1, 40, { 1523, 4976, -1072 } }
|
|
};
|