mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Disable more flashing elements if a11y is on
For some reason, the accessibility option that was meant to disable flashes doesn't disable ALL flashes, only screen flashes and screen shaking. This commit disables a lot more, most importantly randomness in colors, the player flashing on death/respawn, and teleporters flashing.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
73aee381ad
commit
c6ebf5aeda
@@ -623,7 +623,7 @@ void entclass::updatecolour(void)
|
||||
realcol = graphics.bigchunkygetcol(colour);
|
||||
break;
|
||||
case 4: // Small pickups
|
||||
realcol = graphics.huetilegetcol(colour);
|
||||
realcol = graphics.huetilegetcol();
|
||||
break;
|
||||
case 11: // The fucking elephant
|
||||
if (game.noflashingmode)
|
||||
|
||||
Reference in New Issue
Block a user