Search found 2 matches

by For
Fri Jul 20, 2018 8:14 am
Forum: Ren'Py Questions and Announcements
Topic: End credits and unwanted boxes
Replies: 2
Views: 531

Re: End credits and unwanted boxes

Try deleting the "\r". Using "\n" is enough. By the way, the line $ renpy.full_restart() will be the last one executed. It returns to the main menu so the line "return" after it is useless. Also: I hate hard pauses. A hard pause of 31 seconds!!! Why do you hate me/your...
by For
Fri Jul 20, 2018 8:00 am
Forum: Ren'Py Questions and Announcements
Topic: End credits and unwanted boxes
Replies: 2
Views: 531

End credits and unwanted boxes

Hello! This is my ery first post on the forum, so hello everyone :). I need help with some weird boxes that show up in random places. So first, this is my code for end credits: init python: credits_texts = [ ("Pomysł", "For"), ("", "Gwiazdeczka"), (""...