Unhardcode spectator combined/world view hotkeys.

This commit is contained in:
Paul Chote
2017-07-23 22:06:33 +01:00
committed by reaperrr
parent 0525408664
commit 1bd1a185f5
7 changed files with 28 additions and 7 deletions

View File

@@ -495,8 +495,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{
var hotkeys = new Dictionary<string, string>()
{
{ "ObserverCombinedView", "All Players" },
{ "ObserverWorldView", "Disable Shroud" },
{ "ObserverCombinedViewKey", "All Players" },
{ "ObserverWorldViewKey", "Disable Shroud" },
{ "PauseKey", "Pause/Play" },
{ "ReplaySpeedSlowKey", "Slow speed" },
{ "ReplaySpeedRegularKey", "Regular speed" },