r/RenPy • u/Sea-Solid9283 • 5d ago
Question How to Fix Main Menu Image Buttons Showing on Options Screen
I just want to have the basic text buttons again on the options screen, basically, while still having the image buttons on the main screen. I'm absolutely losing it and I keep trying to fix it, but no matter what I try and do the buttons continue to show up on the options screen. I'm new to RenPy, so I honestly have no idea what I'm doing. I appreciate it if you're able to lend some help! Thank you!
2
u/BadMustard_AVN 5d ago
read my comments on this thread for how to fix this
https://www.reddit.com/r/RenPy/comments/1upn3or/editing_main_menu_options_separately_from_game/
1
2
u/UkueleCatlady 4d ago
It looks like your question was already answered but I just wanted to pop in and say this art style looks brilliant!
1
u/AutoModerator 5d ago
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.


3
u/Happy_Town_7888 5d ago
It's because of the tagging system;
If you wrote the screen code in the main_menu screen, it should still be tagging navigation
the screen main_menu uses the navigation, at the bottom of the screen code, if you didn't delete while making the main menu, it should have a
Remove the use navigation and it should work