Search found 2 matches

by aag
Thu Jun 13, 2019 1:14 am
Forum: Ren'Py Questions and Announcements
Topic: Multiple text boxes on-screen at once
Replies: 6
Views: 934

Re: Multiple text boxes on-screen at once

Text can be shown as an image, if that helps. You could either place an image begin the text or make the text part of a composite. For example. image text_image = Text("my text") label start: show text_image at center Would this work to display all dialogue, though? I'd need to be able to...
by aag
Wed Jun 12, 2019 2:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Multiple text boxes on-screen at once
Replies: 6
Views: 934

Multiple text boxes on-screen at once

So ... please let me know if I don't explain this clearly, but here's my attempt. What I want to do is make a background that looks like a phone (meant to be played vertical on an actual phone). The background will have two text messaging bubbles built in, one for the programmed text and one for the...