Adjusted start screen text.

This commit is contained in:
Saffron
2024-03-17 21:45:54 +01:00
parent 6d7fa72ac5
commit 59e4baf7d6
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -34,8 +34,8 @@ void sr_draw_startscr_intro_text(void)
// Intro text.
SetColors(0, 0, 14);
sr_draw_text("PRESS SPACE KEY", FONT_SIZE * 8, FONT_SIZE * 15, 15, 14);
sr_draw_text("@ 2023 SAFFRON SOFT", FONT_SIZE * 6, FONT_SIZE * 18, 15, 14);
sr_draw_text("PRESS SPACE KEY", FONT_SIZE * 8, FONT_SIZE * 16, 15, 14);
sr_draw_text("@ 2023 SAFFRON SOFT", FONT_SIZE * 6, FONT_SIZE * 22, 15, 14);
// Finish drawing.
sr_set_drawing_state(END);