colour palette tweaks

This commit is contained in:
2022-11-17 00:19:39 +11:00
parent a4cd5094b1
commit 0cf89816cd
3 changed files with 26 additions and 15 deletions

View File

@ -219,7 +219,7 @@ int main(int argc, char** argv)
if (repaint)
{
// background
SetDrawColour(MKGREY(0x1F, 0xFF));
SetDrawColour(GREY1);
DrawClear();
const int hrw = rendSize.w / 2;
@ -233,7 +233,7 @@ int main(int argc, char** argv)
plrpos.x = pfmod(plrpos.x, rendSize.w);
plrpos.y = pfmod(plrpos.y, rendSize.h);
SetDrawColour(0xFF0000FF);
SetDrawColour(AVATAR);
const int plrSz = 32;
DrawRect(
(int)plrpos.x - plrSz / 2,