- Joined
- Jun 25, 2016
- Messages
- 30
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMXP
I'm looking for anything that would let me center the menu but I can't find anything in the scripts. Is there any community scripts that could do this, or is there an easy solution that I missed?
EDIT:
NEVERMIND, AGAIN
I found out that you could just add @command_window.x = *some integer value*
and @command_window.y = *some integer value*
below line 26 or 27 on Scene_Menu, you can also do this same thing in Mobius' menu command manager by adding the same thing inside the method "create_command_window"
EDIT:
NEVERMIND, AGAIN
I found out that you could just add @command_window.x = *some integer value*
and @command_window.y = *some integer value*
below line 26 or 27 on Scene_Menu, you can also do this same thing in Mobius' menu command manager by adding the same thing inside the method "create_command_window"
Last edited:


