Posted March 14, 2023 by Jeremi
Hi everyone, here is the 14th devlog of Rakugo Project. Today we are releasing Rakugo Dialogue System 2.0.1 !
Join our Patreon to support us!
So this is a fix update release, as we quickly realise that one of core features of it did’t work at all. This feature was possibility to add your own keywords to RakuScript using regex.
More about regex in Godot you can read here.
We also decided to renamed it form parser_unhandled_regex
to custom_regex
in both func and signal.
Rename - signal sg_parser_unhandled_regex to sg_custom_regex - Rakugo method parser_add_regex_at_runtime() to add_custom_regex()
Also update of our online docs for this release is are almost ready, you we get them in few days.
You can download new version here: https://github.com/rakugoteam/Rakugo-Dialogue-System/releases/latest
This is all for today. See you next time!