Skip to content

rakugoteam/AdvancedText

Repository files navigation

AdvancedText

Extends RichTextLabel and adds support for Markdown and RenPy. Our RenPy Markup and Markdown have some extra stuff so read docs to learn it. This new version is designed in way so any one can crate its own TextParser to use with AdvancedText nodes. Read Docs

Features

Nodes

  • AdvancedTextLabel - RichTextLabel that allow to use one of included TextParsers
  • AdvancedTextButton - AdvancedTextLabel that behaves like a button

Resources

  • TextParser - base class for our TextParsers
  • ExtendedBBCodeParser:
    • base of for our RenPy Markup and Markdown parsers
    • includes support for things mentioned in Features
  • RenPyMarkup - RenPy Markup Parser with extra tags so it is 100% replaceable with Godot's BBCode
  • MarkdownParser - Markdown Parser with extra stuff so it is mostly replaceable with Godot's BBCode