Skip to content

Commit

Permalink
Merge pull request #373 from abgrac/port-net
Browse files Browse the repository at this point in the history
Changed server footer color to more readable green
  • Loading branch information
fgsfdsfgs authored Jan 27, 2024
2 parents bfa4035 + b954e3c commit edeafa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -5385,7 +5385,7 @@ Gfx *menuRender(Gfx *gdl)
}
x = viewleft + 2;
y = viewbottom - 9;
colour = 0x5070ffff;
colour = 0x00ff00ff;
gdl = textRenderProjected(gdl, &x, &y, text, g_CharsHandelGothicSm, g_FontHandelGothicSm, colour, viGetWidth(), viGetHeight(), 0, 0);
} else
#endif
Expand Down

0 comments on commit edeafa5

Please sign in to comment.