Make music button more visible

This commit is contained in:
Stephen Seo 2023-01-07 18:23:45 +09:00
parent a3f267bba6
commit ccb980b746
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,8 @@ void Game::draw_impl() {
}
if (flags.test(7)) {
DrawRectangle(GetScreenWidth() - MUSIC_NOTE_WH, 0, MUSIC_NOTE_WH,
MUSIC_NOTE_WH, {100, 100, 100, 255});
Helpers::draw_music_note(GetScreenWidth() - MUSIC_NOTE_WH, 0, MUSIC_NOTE_WH,
flags.test(8));
}