mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- add weapon slots to key configuration menu.
SVN r4154 (trunk)
This commit is contained in:
parent
7d90117fb9
commit
071002c02b
1 changed files with 10 additions and 0 deletions
|
@ -465,6 +465,16 @@ OptionMenu "CustomizeControls"
|
|||
StaticText "Weapons", 1
|
||||
Control "Next weapon", "weapnext"
|
||||
Control "Previous weapon", "weapprev"
|
||||
Control "Weapon Slot 1", "slot 1"
|
||||
Control "Weapon Slot 2", "slot 2"
|
||||
Control "Weapon Slot 3", "slot 3"
|
||||
Control "Weapon Slot 4", "slot 4"
|
||||
Control "Weapon Slot 5", "slot 5"
|
||||
Control "Weapon Slot 6", "slot 6"
|
||||
Control "Weapon Slot 7", "slot 7"
|
||||
Control "Weapon Slot 8", "slot 8"
|
||||
Control "Weapon Slot 9", "slot 9"
|
||||
Control "Weapon Slot 0", "slot 0"
|
||||
StaticText ""
|
||||
StaticText "Inventory", 1
|
||||
Control "Activate item", "invuse"
|
||||
|
|
Loading…
Reference in a new issue