Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

menu

ok, well, how do you want to change it. There are a couple of ways to do it. You can do it with pictures, and you can just move the entire menu. Where are you thinking of moving it to? This does involve scripting however, but this is like the basics of it, so I can help here.

If you just want to move the position, you need to go into scene Title and change,
[rgss] 
    @command_window = Window_Command.new(192, [s1, s2, s3])
    @command_window.back_opacity = 160
    @command_window.x = 320 - @command_window.width / 2
    @command_window.y = 288
 
[/rgss]
See where it says @command_window.x? you would change the 320 to move the window left or right. and where it has .y would change the 288 to move it up and down.

Hope this helps!!
~xgamexfreakx
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top