Search found 4 matches

by DovDubon
Sat Nov 25, 2017 1:13 pm
Forum: Ren'Py Questions and Announcements
Topic: small questions, big help.
Replies: 1
Views: 310

small questions, big help.

So as part of my first game, which i keep as easy and simple as possible it became necessary for me to let the characters finish their talking, and leave the screen with no textbox, but still there for the player to view it, like a dramatic pause, can any one give an advice about how to do it? and i...
by DovDubon
Thu Nov 23, 2017 12:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing the text color in text box
Replies: 6
Views: 12545

Re: Changing the text color in text box

This is it exacly!
Thank you for your patiance
by DovDubon
Thu Nov 23, 2017 10:57 am
Forum: Ren'Py Questions and Announcements
Topic: Changing the text color in text box
Replies: 6
Views: 12545

Re: Changing the text color in text box

thank you both!
i only got it halfway, the text in textbox is #000000 now, but menus are still the same color even though:
## The colors used for dialogue and menu choice text.
define gui.text_color = '#000000'
define gui.interface_text_color = '#000000'


What am i missing?
by DovDubon
Thu Nov 23, 2017 8:12 am
Forum: Ren'Py Questions and Announcements
Topic: Changing the text color in text box
Replies: 6
Views: 12545

Changing the text color in text box

Hello! im new to ren'py software, and to phyton. i want to change the text color in the textbox, i searched the internet an i found that i need to find 'styles' properties in the options rty, but there is not such text. also, i searched for the text 'color' on the options.rty and didt find anything....