mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
Raise hotbar limit to 32 slots, add associated keybinding options (#7916)
add associated keybinding options update docs and settingtypes
This commit is contained in:
parent
42166fff74
commit
1b0fd195c6
7 changed files with 65 additions and 11 deletions
|
@ -98,6 +98,15 @@ public:
|
|||
SLOT_21,
|
||||
SLOT_22,
|
||||
SLOT_23,
|
||||
SLOT_24,
|
||||
SLOT_25,
|
||||
SLOT_26,
|
||||
SLOT_27,
|
||||
SLOT_28,
|
||||
SLOT_29,
|
||||
SLOT_30,
|
||||
SLOT_31,
|
||||
SLOT_32,
|
||||
|
||||
// joystick specific keys
|
||||
MOUSE_L,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue