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.

[Resolved] Getting Rid of Menu Black Background

Star

Sponsor

Hey. I was fooling around with some menus on XP and I wanted to have a clear background to the menu so you can see the field map while in the menu.

:crazy: But it keeps coming up with background being black. Is there somewhere in the script that I can fix this?
 
you have to script

put this line in your menu at the btotom

[rgss]alias spritesetmain main
def main
  @spriteset = Spriteset_Map.new
  spritesetmain
  @spriteset.dispose
end
[/rgss]
 

Star

Sponsor

SolstICE":3giom3a2 said:
you have to script

put this line in your menu at the btotom

[rgss]alias spritesetmain main
def main
  @spriteset = Spriteset_Map.new
  spritesetmain
  @spriteset.dispose
end
[/rgss]
I'm forever in your debt. :crazy:
 

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