kEllieGit / SBox-Visual-Novel-Base

VNBase is a base for creating visual novels or dialogue systems for S&Box Games.
MIT License
5 stars 0 forks source link

Add Rich Text Editing #24

Open kEllieGit opened 1 month ago

kEllieGit commented 1 month ago

In texts, add support for changing the style on the fly. Example: (text "This is [color="green"]green[/color] text!")

The syntax is is up for discussion and isn't fully thought out yet. Unsure how much of this is possible yet with S&Box UI code, or if the code will end up being very cursed.