Skip to content

2.0 Hotfix 1 - Godot 4.1+

Latest
Compare
Choose a tag to compare
@Jeremi360 Jeremi360 released this 05 May 08:14
· 9 commits to godot-4 since this release
6964511

About this Release

Just hotfix that fixes small bug that doesn't allow to
set _text and text in back to empty string ""
in AdvancedTextLabel and other nodes that extends form it.

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
  • AdvancedTextCheckButton - AdvancedTextLabel that behaves like a check 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