plutonium/storage/iw5/ui_mp/pc_options_controls_ingame.lua

9 lines
295 B
Lua
Raw Normal View History

2023-12-10 07:55:13 -05:00
function Init()
-- Allocate menu
menu = UI.MenuOverlay.new("pc_options_controls_ingame")
Menu_AddButton_RightPanel(menu, 5, "CONTROLLER", function(menu,button) Game.OpenMenu("plutonium_controller_controls") Game.CloseMenu("pc_options_controls_ingame") end, nil, nil, nil)
end