Skip to content

Commit

Permalink
Migrate ma details menu to imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Dec 11, 2024
1 parent 653a131 commit 41a5c3c
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 111 deletions.
28 changes: 28 additions & 0 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4875,6 +4875,34 @@
"name": "Toggle NPC group",
"bindings": [ { "input_method": "keyboard_any", "key": "n" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_GENERAL_INFO_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle general info group",
"bindings": [ { "input_method": "keyboard_any", "key": "g" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_BUFFS_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle buffs group",
"bindings": [ { "input_method": "keyboard_any", "key": "b" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_TECHNIQUES_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle techniques group",
"bindings": [ { "input_method": "keyboard_any", "key": "t" } ]
},
{
"type": "keybinding",
"id": "TOGGLE_WEAPONS_GROUP",
"category": "MA_DETAILS_UI",
"name": "Toggle weapons group",
"bindings": [ { "input_method": "keyboard_any", "key": "w" } ]
},
{
"type": "keybinding",
"id": "HELP_KEYBINDINGS",
Expand Down
Loading

0 comments on commit 41a5c3c

Please sign in to comment.