Hi
So, I already started making my game... we removed the dialog box, and change the character define to something like this
So now, when we use a character
His dialog look like this:
Which it looks better rather than to use a dialog box, but now my problem is when the dialog is not said by no one
Using this:
It looks like this:
So my question is:
Is there a way to create a style on something so I can add it to the code WITHOUT changing the gui.text_font or the gui.interface_text_font since that would mess up my menus and customized screens?
Thanks a lot in advance
So, I already started making my game... we removed the dialog box, and change the character define to something like this
Code:
define andy_character = Character("Andy", color="#ba0d15", what_font="fonts/Cabold-Comic.ttf", what_size=28, who_outlines=[ (3, "#161616") ], what_outlines=[ (4, "#161616") ])
Code:
andy_character "Although...I haven't seen her since I was little. How will she know what I look like?"
Which it looks better rather than to use a dialog box, but now my problem is when the dialog is not said by no one
Using this:
Code:
"{i}However, ever since I can remember, my parents had lots of problems.{/i}"
So my question is:
Is there a way to create a style on something so I can add it to the code WITHOUT changing the gui.text_font or the gui.interface_text_font since that would mess up my menus and customized screens?
Thanks a lot in advance