// Property of Alientrap/AK // Options menu Item Layout Options { direction '20 0' Item Arrangement Menu { direction '0 10' Derive TextButton Game { normal "Game" } Derive TextButton Player { normal "Player" init Nex_Action_JumpToPage target "Panel::Player" } Derive TextButton Input { normal "Input" } Derive TextButton Controls { normal "Controls" init Nex_Action_JumpToPage target "Panel::KeyControl" } Derive TextButton Audio { normal "Audio" } Derive TextButton Video { normal "Video" init Nex_Action_JumpToPage target "Panel::Video" } Derive TextButton ColorControl { normal "Color Control" init Nex_Action_JumpToPage target "Panel::ColorControl" } Derive TextButton Effects { normal "Effects" } } Item EventWindow Panel { size '600 600' reinit Nex_Action_MakeFirstVisible #include "menu/options/sound.menu" #include "menu/options/video.menu" #include "menu/options/key.menu" #include "menu/options/player.menu" #include "menu/options/color.menu" } }