How can I add this? Where should I put these:
textbutton _("Music Room") action ShowMenu("music_room", mr=music_room)
Should I put this in the Screens.py-file?
Fully featured music room with improved usability and setup for Ren'Py. · By
Hey there! The code you posted there is a textbutton like any other, so it can go in any screen. The most common place to put it in a default project would be inside screens.rpy, in the navigation screen (where other buttons like Start and Load are). I have a couple tutorials on my website here if you want to get more familiar with screen language: https://feniksdev.com/navigation/