I didn't know that custom BBCode effects in Godot are pretty easy to implement oO All that it takes is a script extending RichTextEffect. Here is an example script, that prints the text between [highlight][/highlight] in a color I set in an autoload "Utils" script. #gamedev #GodotEngine
11 likes 2 replies
?