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.

Something regarding windows. URGENT REQUEST.

I'm sure this is pretty easy to do, but my request is that the box that highlights an item of text in the menu screen needs to be removed, so that there's only the cursor left. I'm sure this won't be hard to do. To clarify:
http://i33.photobucket.com/albums/d84/kyle--baker/kyle-4.jpg[/img]
 
Wyattina":1yajza9h said:
Is this for -any- scene or just the equip one? If it's for any scene, just remove the box from the windowskin in paint.

That, or
Code:
class Window_EquipRight < Window_Selectable
  def update_cursor_rect
    super
    self.cursor_rect.empty
  end
end

EDIT::
vgvgf's method should work
 
Wyattina":2mf4k4tg said:
Is this for -any- scene or just the equip one? If it's for any scene, just remove the box from the windowskin in paint.

Well, I tried that, and this happened. It only happens when I remove the box, as well. (Multiple Screenshots.) Also, I put that script where woratana asked, and it didn't work. Is there something I'm missing?

http://i33.photobucket.com/albums/d84/kyle--baker/hhh.jpg[/img]
 

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