Merge branch 'data' of github.com:nanaian/papermario into data

This commit is contained in:
Ethan Roseman 2021-02-06 03:47:55 +09:00
commit dbca2d429b
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
/// 32x32 square.
Vtx N(coconutModel)[] = {
{ .v = { .ob = { -16, -16, 0 }, .tc = { 0, 0 }, .cn = { 0, 0, 0, 255 } } },
{ .v = { .ob = { 15, -16, 0 }, .tc = { 1024, 0 }, .cn = { 0, 0, 0, 255 } } },
{ .v = { .ob = { 15, 15, 0 }, .tc = { 1024, 1024 }, .cn = { 0, 0, 0, 255 } } },
{ .v = { .ob = { -16, 15, 0 }, .tc = { 0, 1024 }, .cn = { 0, 0, 0, 255 } } },
{ .v = { -16, -16, 0, FALSE, 0, 0, 0, 0, 0, 255 } },
{ .v = { 15, -16, 0, FALSE, 1024, 0, 0, 0, 0, 255 } },
{ .v = { 15, 15, 0, FALSE, 1024, 1024, 0, 0, 0, 255 } },
{ .v = { -16, 15, 0, FALSE, 0, 1024, 0, 0, 0, 255 } },
};
Gfx N(coconutDL)[] = {