mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Issue #976 Some inputs are missing the ability to be rebound because they are missing from the input iterator
This commit is contained in:
parent
cb267ac3ee
commit
94bd1f2605
@ -55,6 +55,7 @@
|
||||
"gameinput.select": "Select Entity",
|
||||
"gameinput.acceptgroupinvite": "Accept Group Invite",
|
||||
"gameinput.declinegroupinvite": "Decline Group Invite",
|
||||
"gameInput::cyclecamera": "Cycle camera",
|
||||
"gameinput.crafting": "Crafting",
|
||||
"gameinput.fly": "Fly",
|
||||
"gameinput.sneak": "Sneak",
|
||||
|
@ -197,6 +197,10 @@ impl GameInput {
|
||||
GameInput::Slot9,
|
||||
GameInput::Slot10,
|
||||
GameInput::SwapLoadout,
|
||||
GameInput::CycleCamera,
|
||||
GameInput::Select,
|
||||
GameInput::AcceptGroupInvite,
|
||||
GameInput::DeclineGroupInvite,
|
||||
]
|
||||
.iter()
|
||||
.copied()
|
||||
|
Loading…
Reference in New Issue
Block a user