diff --git a/src/player.c b/src/player.c index 8c35ca9..6d74290 100644 --- a/src/player.c +++ b/src/player.c @@ -480,14 +480,14 @@ void player_render(void) { } // Misc. - gl_print(NULL, gui.misc.x + 10, gui.misc.y - 10 - gl_defFont.h, - &cConsole, "SCred:"); + gl_print(NULL, gui.misc.x + 8, gui.misc.y - 8 - gl_defFont.h, + &cConsole, "SCreds:"); credits2str(str, player_credits, 2); i = gl_printWidth(&gl_smallFont, "%s", str); - gl_print(&gl_smallFont, gui.misc.x + gui.misc.w - 10 - i, - gui.misc.y - 10 - gl_defFont.h, NULL, "%s", str); + gl_print(&gl_smallFont, gui.misc.x + gui.misc.w - 15 - i, + gui.misc.y - 8 - gl_defFont.h, NULL, "%s", str); // Messages. x = gui.msg.x;