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.

The default menu

Status
Not open for further replies.
Hey guys
I'm currently editing the default Scene_Menu script to rearrange the windows a bit. I was able to move the things like play time, gold, steps, and main status window just fine.
But you know the part in the menu with the things like Item, Skill, Equip, Save, End, and all that stuff? I don't know what you'd call it...but you should know what I mean.
What script can I find the x and y position for that part? I can't find it in Scene_Menu...is it in any of the default scripts?
Im not good with scripts...so I don't want to mess with any of the default scripts until I know where to find the x and y for the commands in the menu.
 
You can't find those coordinates in the Scene_Menu script because the skill, item, equip etc. commands open new scenes: Scene_Item, Scene_Skill, Scene_Equip etc...
For example in Scene_Item you will find
Code:
@item_window = Window_Item.new
that creates the window with its default position. You can modify it with:
Code:
@item_window.x=<value>

I think you got the idea.
Hope this helps.
 
Status
Not open for further replies.

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