Start texturing
This commit is contained in:
parent
67567e210a
commit
d02b8b4ec3
5 changed files with 752 additions and 728 deletions
|
@ -144,7 +144,7 @@ int main(void)
|
|||
|
||||
for (int i = 0; i < 8; ++i)
|
||||
{
|
||||
unsigned int color = palette[j * 32 + i];
|
||||
unsigned int color = palette[j * 8 + i];
|
||||
printf("0x%02x,0x%02x,",color & 0xff,color >> 8);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue