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 bg

Status
Not open for further replies.

Nachos

Sponsor

i need help.. i'm changin the menu style.. like making the status window smaller.
But, when i do this, the background of the menu is black, how can i change this? like ptting a picture or something..
help!
and if you could tell me where exactly do i have to put the script, it would be better!

thanks!
 
If you're changing the Status Menu, then put this in a new window above main.

Code:
class Scene_Status 
alias status_old_main main
  def main
    @background_picture = RPG::Cache.picture("bg_picture")
    status_old_main
    @background_picture.dispose
  end
end

Just replace "bg_picture" with the name of the background picture you have in the picture folder.
 
This topic has been resolved. If RENEGADEOFBMX or any other users have any questions or further problems regarding this topic, please create a new thread about them.

Thank you!
 
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