Ensuring black background color

This commit is contained in:
Oliver Bunert 2022-06-13 12:08:53 +02:00
parent 594f7d92a6
commit 65bfd8767e
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ int main()
start_color();
init_color(COLOR_WHITE, 1000, 1000, 1000);
init_color(COLOR_BLACK, 0, 0, 0);
init_color(COLOR_LIGHT_GREEN, 500, 1000, 500);
init_color(COLOR_MID_GREEN, 0, 600, 0);
init_color(COLOR_DARK_GREEN, 0, 200, 0);