Open Sudospective opened 4 years ago
Have you taken a look at this
https://docs.godotengine.org/en/stable/tutorials/gui/bbcode_in_richtextlabel.html https://docs.godotengine.org/en/stable/classes/class_charfxtransform.html
it might be interesting to look at, it very similar to what you are trying to do right now with the text effect, we don't have to use rich text labels but maybe we can take at what they are doing for inspiration/reference
I'll have to look into it. I was also thinking of just biting the bullet and taking the time to properly update the variables for position rather than using a Tween node. I can do it in my NotITG modfiles, I don't see why I can't do it here.
Describe the bug Text does not animate properly using positional effect tags while instant print is enabled. I'd like to redo the positional effects so they have no dependency on tween nodes, so I don't expect anyone to do this. I will try to get to this when I have the time.
To Reproduce Steps to reproduce the behavior:
Expected behavior Positional effect should animate independent of time when printed and should animate based on position instead.
Desktop (please complete the following information):
Additional context im really kicking my own shins over using tween nodes for the animation it sucks im sorry