Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Héctor Bometón on Wed 22/07/2020 11:57:08

Title: [SOLVED] Speech Outline Transparency?
Post by: Héctor Bometón on Wed 22/07/2020 11:57:08
I know there is a  "game.text_shadow_color", but can you change the opacity?
Title: Re: Speech Outline Transparency?
Post by: Snarky on Wed 22/07/2020 12:12:19
Not with the built-in functions, but I have some code that can easily be modified to do it (and which I have in fact modified to do so, in unofficial versions of the SpeechBubble module):

https://www.adventuregamestudio.co.uk/forums/index.php?topic=55544.msg636576524#msg636576524
Title: Re: Speech Outline Transparency?
Post by: Héctor Bometón on Sun 26/07/2020 16:38:57

Sorry, didn't read your answer till now. Funnny enough, I'm already using your amazing SpeechBubble module in my game. Thank you very much!