Skip to content

Commit

Permalink
Made difficultiy text more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
squee72564 committed Jan 11, 2024
1 parent b484c1f commit 037f181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scenes/settings_scene.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ typedef enum {
} MineSweeperSettingsScreenEvent;

static const char* settings_screen_difficulty_text[MineSweeperSettingsScreenDifficultyTypeNum] = {
"Child",
"Boy",
"Man",
"Easy",
"Medium",
"Hard",
};

static const char* settings_screen_verifier_text[2] = {
Expand Down

0 comments on commit 037f181

Please sign in to comment.