JujuAdams / Scribble

Efficient, internationalized, multi-effects text renderer for GameMaker
https://www.jujuadams.com/Scribble/
MIT License
321 stars 47 forks source link

Unable to change colors on the fly #435

Closed ZigZaggh closed 1 year ago

ZigZaggh commented 1 year ago

Hi

I just updated from version 8.0.9 to 8.5.0, and discovered that the way colors are set has changed in __scribble_config_colours, before I changed the global scribble colors when the user selected night/day theme or just an other color theme, that worked perfectly, what would be the easiest way to do this with the new function, have I just overlooked something?

Sincerely

JujuAdams commented 1 year ago

What you were doing was not intentionally supported, nor was it a feature that was ever documented. You will need to find an alternate solution, perhaps using the recently added macro feature.