I am changing the menu architecture of my game trying to make a small menu on the corner and I want to make the background transparent. This is the change I made related to this purpose:
class Scene_Menu
def main
@background = Spriteset_Map.new
I added @background.dispose and @background.update as well The problem is I am using Pictures to make flashlight effect and dark and they appear above the menu, making it difficult to see the window. Image:
The game is in Brazilian Portuguese, by the way. How can I fix this?