mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Display menu text darker if mouse cursor is off
This commit is contained in:
committed by
Ethan Lee
parent
03a4c3362a
commit
906e35244b
@@ -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);
|
dwgfx.Print(-1, 85, "Current mode: SHOW", tr, tg, tb, true);
|
||||||
}
|
}
|
||||||
else {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user