You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds .sdf_outline() as an alias for .sdf_border(). "Border" was always the wrong term to use, oops! .sdf_border() will be removed in v10 but for now .sdf_border() will still work the same as before
Adds scribble_font_bake_outline_and_shadow() which uses a new multichannel storage system to split outlines and shadows from the "core" glyph shape. This allows for separate colouring of glyphs, outlines, and shadows
Adds .outline() and .shadow() as text element methods to control the colour of outlines and shadows created with scribble_font_bake_outline_and_shadow(). These are mutually exclusive with .sdf_outline() and .sdf_shadow().
The old outline/shadow baking functions (scribble_font_bake_outline_4dir() etc.) will still work as before but have been deprecated and will be removed in v10. You should transition your code to use the new function
Adds scribble_whitelist_sound() and SCRIBBLE_USE_SOUND_WHITELIST. This works the same as the sprite whitelist
Fixes a couple minor bugs
Added a new "constant macros" script that contains public constants, see __scribble_constants