"[fx1]Theatre[/fx1]" without any animation #30
-
Hello nndda. :) However, I'm encountering a minor issue that I was hoping you could assist me with. In the demo you provided, the "theatre" text featured a stunning blue floating animation effect, which was incredibly impressive. Unfortunately, when I attempt to replicate this in my tests, it only displays as "[fx1]Theatre[/fx1]" without any animation. Could you kindly guide me on how to resolve this issue? Furthermore, I'm quite intrigued by the range of text animation effects that your plugin supports. Is there a comprehensive list or documentation where I can find all the supported effects and their respective implementation methods? It would be invaluable to me as I explore the full potential of your plugin. Once again, thank you for your incredible work and for any assistance you can provide in resolving this matter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! thank you so much for trying out theatre ^^ These text effects used are actually Godot Engine's built-in features! As for the text effects Theatre/theatre_demo/preview/txt_fx1.gd Lines 1 to 15 in 3e7eca8 And then you can attach it in the There are 3 text effects used in the preview dialogue scene. All of them are located at:
Here are some resources about RichTextEffect that you might find helpful:
Hope this helps! ^^ |
Beta Was this translation helpful? Give feedback.
Hi! thank you so much for trying out theatre ^^
These text effects used are actually Godot Engine's built-in features!
As for the text effects
[fx1]
, the effects is defined as a RichTextEffect class in a script. Here's the script used for that effect specifically.Theatre/theatre_demo/preview/txt_fx1.gd
Lines 1 to 15 in 3e7eca8