Hi everyone! I'm trying to create a slider for outlines, to let the players define how much widht they want. I've created a slider for textbox already with you guys help in another thread, but I didn't see any thread about this one.
I'm using this code in the screens.rpy:
And the outlines are showing up, but there's a way to make a slider to let people decide if they want the width to be 0, 1, 2, etc. and not the default (3)?
I'm using this code in the screens.rpy:
Code:
style say_dialogue:
outlines [ (3, "#29A0F8", 0, 0)]