- Jun 10, 2018
- 6,327
- 22,773
I'm changing the textbox on button click:
Works well so far, but once this is triggered and I want to change the style back to normal, the outline stays, so how do I tell renpy to do the opposite, to not use outline in this case?
renpy.register_style_preference("txtbox", "off", style.say_dialogue, "outlines", [ (absolute(2), "#000", absolute(1), absolute(1)) ])
Works well so far, but once this is triggered and I want to change the style back to normal, the outline stays, so how do I tell renpy to do the opposite, to not use outline in this case?