Merge pull request #5142 from Mailaender/pixeldouble-hotkey

Added a new hotkey to trigger pixel doubling
This commit is contained in:
Paul Chote
2014-04-21 00:15:25 +12:00
3 changed files with 14 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
{ "CycleProductionBuildingsKey", "Cycle production facilities" },
{ "ToggleStatusBarsKey", "Toggle status bars" },
{ "TogglePixelDoubleKey", "Toggle pixel doubling" },
};
var unitHotkeys = new Dictionary<string, string>()