show options menu ingame
This commit is contained in:
parent
f230c750e1
commit
1da1c472fe
1 changed files with 3 additions and 3 deletions
|
@ -1744,13 +1744,13 @@ local view_data = {
|
||||||
end,
|
end,
|
||||||
active = {
|
active = {
|
||||||
inn = true,
|
inn = true,
|
||||||
ingame = false
|
ingame = true
|
||||||
},
|
},
|
||||||
blocked_transitions = {
|
blocked_transitions = {
|
||||||
inn = {},
|
inn = {},
|
||||||
ingame = {
|
ingame = {
|
||||||
vmf_options_view = true,
|
--vmf_options_view = true,
|
||||||
vmf_options_view_force = true
|
--vmf_options_view_force = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hotkey_mapping = { --@TODO: find out what the hell is this -> 'IngameUI.handle_menu_hotkeys' (only in inn -> useless)
|
hotkey_mapping = { --@TODO: find out what the hell is this -> 'IngameUI.handle_menu_hotkeys' (only in inn -> useless)
|
||||||
|
|
Loading…
Add table
Reference in a new issue