Skip to content

Commit

Permalink
Added debug label in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Apr 22, 2024
1 parent ec58a06 commit da62cb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sk_scene.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ static void sk_scene_kind_main_menu_draw(sk_state *s) {
18,
RED);
}
#ifndef NDEBUG
DrawText("[DEBUG MODE]",
GetScreenWidth() - 155,
10,
20,
YELLOW);
#endif
}

static void sk_scene_kind_intro_update(sk_state *s) {
Expand Down

0 comments on commit da62cb3

Please sign in to comment.