mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add "English sprites" setting
It'll start working in the next commit... See the description there. (This commit does not add the new strings to the language files, since Terry now added them separately in his own branch)
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
92f9940464
commit
8ef000554d
@@ -797,6 +797,16 @@ static void menuactionpress(void)
|
||||
game.savestatsandsettings_menu();
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
break;
|
||||
case 5:
|
||||
// english sprites
|
||||
loc::english_sprites = !loc::english_sprites;
|
||||
if (!loc::english_sprites)
|
||||
{
|
||||
graphics.grphx.init_translations();
|
||||
}
|
||||
game.savestatsandsettings_menu();
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
break;
|
||||
default:
|
||||
//back
|
||||
music.playef(Sound_VIRIDIAN);
|
||||
|
||||
Reference in New Issue
Block a user