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.

Help with selector

Hi, I got this CMS that, whenever you select something that requires selecting the actor, like when you select 'Equip', it looks funny when it's selected. Here's what it looks like:

84249097.png


Where do I edit it so it fits around the actor properly? Also what would I edit it to?
 
In the default system, in Window_MenuStatus, the method "update_cursor_rect".

self.cursor_rect.set(0, @index * 116, self.width - 32, 96)

You would change the 96 to about 116. (Your window is 148 tall, minus 32 for the bitmap border)


In your CMS, we'd have to see the script.
 

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