Make music button more visible
This commit is contained in:
parent
a3f267bba6
commit
ccb980b746
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue