mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Change "toggle letterbox" to "scaling mode"
This change was half-backported from the localization branch, except I just came up with "scaling mode" as a better term than the more generic "graphics mode". It doesn't make sense to still have the option be called "toggle letterbox" because a third option (integer mode) was added at some point.
This commit is contained in:
@@ -175,7 +175,7 @@ void menurender()
|
||||
break;
|
||||
|
||||
case 1:
|
||||
graphics.bigprint( -1, 30, "Toggle Letterbox", tr, tg, tb, true);
|
||||
graphics.bigprint( -1, 30, "Scaling Mode", tr, tg, tb, true);
|
||||
graphics.Print( -1, 65, "Choose letterbox/stretch/integer mode.", tr, tg, tb, true);
|
||||
|
||||
if(game.stretchMode == 2){
|
||||
|
||||
Reference in New Issue
Block a user