You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
19 lines
566 B
C
19 lines
566 B
C
|
|
struct CutsceneSplinePoint sVolcanoCreditsSplinePositions[] = {
|
|
{ 0, 0, { -1445, 1094, 1617 } },
|
|
{ 0, 0, { -1509, 649, 871 } },
|
|
{ 0, 0, { -1133, 420, -248 } },
|
|
{ 0, 0, { -778, 359, -1052 } },
|
|
{ 0, 0, { -565, 260, -1730 } },
|
|
{ -1, 0, { 1274, 473, -275 } }
|
|
};
|
|
|
|
struct CutsceneSplinePoint sVolcanoCreditsSplineFocus[] = {
|
|
{ 0, 50, { -1500, 757, 1251 } },
|
|
{ 0, 50, { -1401, 439, 431 } },
|
|
{ 0, 50, { -749, 270, -532 } },
|
|
{ 0, 50, { -396, 270, -1363 } },
|
|
{ 0, 50, { -321, 143, -2151 } },
|
|
{ -1, 50, { 1002, 460, -694 } }
|
|
};
|