Skip to content

Commit

Permalink
adjust screensaver texts
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Apr 13, 2024
1 parent c74a408 commit fd68d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fx_cube.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void fx_cube_init(SDL_Renderer *target_renderer, SDL_Color foreground_color) {
SDL_SetRenderDrawColor(fx_renderer, 0, 0, 0, SDL_ALPHA_OPAQUE);
SDL_RenderClear(fx_renderer);

inprint(fx_renderer, text_disconnected, 150, 228, 0xFFFFFF, 0x000000);
inprint(fx_renderer, text_disconnected, 130, 228, 0xFFFFFF, 0x000000);
inprint(fx_renderer, text_m8c, 2, 2, 0xFFFFFF, 0x000000);

SDL_SetRenderTarget(fx_renderer, og_target);
Expand Down

0 comments on commit fd68d8c

Please sign in to comment.