move order button hotkey logic to ingame chrome logic
removes power-down again from cnc mod as it is not wanted there
This commit is contained in:
@@ -41,6 +41,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
{
|
||||
w.Pressed = () => world.OrderGenerator is T;
|
||||
w.OnMouseDown = mi => world.ToggleInputMode<T>();
|
||||
w.OnKeyPress = ki => world.ToggleInputMode<T>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user