mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-02 06:59:44 +01:00
Display menu text darker if mouse cursor is off
This commit is contained in:
parent
03a4c3362a
commit
906e35244b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ void titlerender(Graphics& dwgfx, mapclass& map, Game& game, entityclass& obj, U
|
|||
dwgfx.Print(-1, 85, "Current mode: SHOW", tr, tg, tb, true);
|
||||
}
|
||||
else {
|
||||
dwgfx.Print(-1, 85, "Current mode: HIDE", tr, tg, tb, true);
|
||||
dwgfx.Print(-1, 85, "Current mode: HIDE", tr/2, tg/2, tb/2, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue