make the d2k production tab hotkeys configurable

This commit is contained in:
Matthias Mailänder
2015-02-24 07:57:41 +01:00
parent 16ff6e2112
commit 73b4a18e22
3 changed files with 11 additions and 7 deletions

View File

@@ -423,7 +423,9 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{ "ProductionTypeInfantryKey", "Infantry Tab" },
{ "ProductionTypeVehicleKey", "Vehicle Tab" },
{ "ProductionTypeAircraftKey", "Aircraft Tab" },
{ "ProductionTypeNavalKey", "Naval Tab" }
{ "ProductionTypeNavalKey", "Naval Tab" },
{ "ProductionTypeTankKey", "Tank Tab" },
{ "ProductionTypeMerchantKey", "Starport Tab" }
};
for (var i = 1; i <= 24; i++)