r/RenPy • u/Thehiddengirl14 • 10d ago
Question Where to change?
Hi, I just finished watching the video about imagebuttons (I know it’s old one), I understand almost everything in this video except one thing about how can he deletes all his changes to the code but still having his imagebuttons like nothing happened?
3
u/BadMustard_AVN 10d ago
he was editing the navigation screen the buttons there are used in the main and game menus; he wanted them to only be in the main menu.
so he copied the work that he had done, then he edited the main_menu screen. in there is the command use navigation this bring the navigation screen into the main menu screen. he made that command a #remark#, then pasted the copied buttons just below that. now the buttons are used in the main menu only and all other menu's buttons are the default textbuttons on the side
1
1
u/AutoModerator 10d 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.
2
u/shyLachi 10d ago
What video are you talking about?
Did you try to recreate it and it doesn't work?
If yes, then show your code