I'm using a heavily modified version of the WRPG Template in my project, accumulating subtitle lines as the dialogues progress.
I'd like to grey out or reduce opacity on all previous lines in the textbox, to make the current one a little clearer. Is there a simple way of increasing opacity on a line after it has been showed and "continue" has been hit? (Preferably something that would let me retain the color of the subtitle line itself!)
Something like this:
Code: Select all
This Speaker: Semi-transparent
This Speaker: Semi-transparent
This Speaker: Semi-transparent too
Current Spoken Line: In full, spectacular color.
While I'm asking, I thought I'd drop another quick question as well:
Is there an already implemented way of separating Subtitles from Response Options? Essentially, I'd like to prevent accumulated dialogue from going past the halfway point of the Scroll Rect, reserving the lower part for Response Options.
Code: Select all
Speaker: This upper half would be exclusive to spoken lines
Speaker: This upper half would be exclusive to spoken lines
Speaker: This upper half would be exclusive to spoken lines
Speaker: This upper half would be exclusive to spoken lines
(Anything Below this is reserved for Response Options, whenever those appear.)
1. Option, if currently relevant
2. Option, if currently relevant
3. Option, if currently relevant