Skip to content

Commit

Permalink
Update correct W and S button
Browse files Browse the repository at this point in the history
  • Loading branch information
AcezukyRockon authored Oct 22, 2023
1 parent c2add67 commit f3de71e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osu! sheet/Base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void Base::PrintMenu1()
cout << " 5. EXIT";
Base::DeleteLose(); // fully delete long words when switching UI
Base::gotoxy(1, 17);
cout << "Use 'S' or 'D' to go";
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
}
Expand All @@ -87,7 +87,7 @@ void Base::PrintMenu2()
cout << " 5. EXIT";
Base::DeleteLose();
Base::gotoxy(1, 17);
cout << "Use 'S' or 'D' to go";
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
}
Expand All @@ -111,7 +111,7 @@ void Base::PrintMenu3()
cout << " 5. EXIT";
Base::DeleteLose();
Base::gotoxy(1, 17);
cout << "Use 'S' or 'D' to go";
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
}
Expand All @@ -135,7 +135,7 @@ void Base::PrintMenu4()
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), FOREGROUND_RED | FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_INTENSITY);
cout << " 5. EXIT";
Base::gotoxy(1, 17);
cout << "Use 'S' or 'D' to go";
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
}
Expand Down

0 comments on commit f3de71e

Please sign in to comment.