Page 1 of 1

The name box and dialogue box problem

Posted: Sat Apr 11, 2015 12:58 pm
by lyminh99
I have a problem with the name box and dialogue box because the frame of dialogue box interfere with the name box, i know the frame have some blur effect on the top so it make the name become less bright (the name in the example below have color = #ffffff that's mean white), like a blur layer. i don't want to remove the effect of the dialogue frame, so I must reverse those box in screen say, that the name who window stand before the what window. Is it possible? Thanks.

Re: The name box and dialogue box problem

Posted: Sat Apr 11, 2015 4:29 pm
by yuucie
Hmm. If I understand you right, you want the name box layer to lie on top of the text box layer. Try adding this code in options.rpy:

Code: Select all

style.say_two_window_vbox.order_reverse = True

Re: The name box and dialogue box problem

Posted: Sun Apr 12, 2015 1:29 am
by lyminh99
yuucie wrote:Hmm. If I understand you right, you want the name box layer to lie on top of the text box layer. Try adding this code in options.rpy:

Code: Select all

style.say_two_window_vbox.order_reverse = True
Yes, it worked , that's what i'm talking about, thank you very much. :)