Make control group hotkeys configurable
- Split control groups management to its own interface - Add hotkeys for selecting, creating, adding to and combining with control groups - Add a ControlGroups widget to manage the player interaction
This commit is contained in:
committed by
abcdefg30
parent
04b456d6c2
commit
7a93b9ea8c
@@ -2,8 +2,12 @@ Container@PLAYER_WIDGETS:
|
||||
Logic: LoadIngameChatLogic
|
||||
Children:
|
||||
Container@CHAT_ROOT:
|
||||
LogicKeyListener@CONTROLGROUP_KEYHANDLER:
|
||||
Logic: ControlGroupLogic
|
||||
ControlGroups@CONTROLGROUPS:
|
||||
SelectGroupKeyPrefix: ControlGroupSelect
|
||||
CreateGroupKeyPrefix: ControlGroupCreate
|
||||
AddToGroupKeyPrefix: ControlGroupAddTo
|
||||
CombineWithGroupKeyPrefix: ControlGroupCombineWith
|
||||
JumpToGroupKeyPrefix: ControlGroupJumpTo
|
||||
LogicTicker@SIDEBAR_TICKER:
|
||||
Container@SUPPORT_POWERS:
|
||||
Logic: SupportPowerBinLogic
|
||||
|
||||
@@ -165,6 +165,7 @@ Hotkeys:
|
||||
common|hotkeys/supportpowers.yaml
|
||||
common|hotkeys/viewport.yaml
|
||||
common|hotkeys/chat.yaml
|
||||
common|hotkeys/control-groups.yaml
|
||||
ra|hotkeys.yaml
|
||||
|
||||
LoadScreen: LogoStripeLoadScreen
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
ActorMap:
|
||||
ScreenMap:
|
||||
Selection:
|
||||
ControlGroups:
|
||||
MusicPlaylist:
|
||||
VictoryMusic: score
|
||||
DefeatMusic: map
|
||||
|
||||
@@ -96,8 +96,8 @@ burn-s:
|
||||
|
||||
pips:
|
||||
groups:
|
||||
Start: 8
|
||||
Length: 10
|
||||
Frames: 9, 10, 11, 12, 13, 14, 15, 16, 17, 8
|
||||
Offset: 9, 5
|
||||
medic:
|
||||
Start: 20
|
||||
|
||||
Reference in New Issue
Block a user