Search found 2 matches

by grlfo
Sun Jul 08, 2018 4:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu questions
Replies: 3
Views: 614

Re: Menu questions

I'm not sure I got all your questions covered, but here are some things you can look at :) aligning the text left in gui.rpy under 'Choice buttons' define gui.choice_button_text_xalign = 0.0 Making part of a string in a different color "{color = #f00}This text will be red.{/color} This will be...
by grlfo
Sun Jul 08, 2018 6:10 am
Forum: Ren'Py Questions and Announcements
Topic: Menu questions
Replies: 3
Views: 614

Menu questions

I want to do dialogues like monkey island, but I have some troubles trying. I already edit the menu choices in screen.rpy putting the text in the bottom with the mousewheel. What i already did What i want How I can make the white frame transparent? how I can start the phrase in the left corner and n...