Blocker by default is enabled, update color palette, add rich text split by characters option, able to pass a data to GO widgets

This commit is contained in:
Insality
2025-05-27 23:10:32 +03:00
parent fe955b6e64
commit 2e1f280944
8 changed files with 58 additions and 27 deletions

View File

@@ -181,6 +181,7 @@ function M.create(text, settings, style)
shadow = settings.shadow,
outline = settings.outline,
font = gui.get_font(settings.text_prefab),
split_to_characters = settings.split_to_characters,
-- Image params
---@type druid.rich_text.word.image
image = nil,