You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add SyndiBox node and insert dialog with a positional effect tag
Check box for "Instant Print"
Load scene
Observe behavior of positional effect
Expected behavior
Positional effect should animate independent of time when printed and should animate based on position instead.
Desktop (please complete the following information):
OS: Ubuntu 20.05
Godot Version: 3.2.3
SyndiBox Version: 1.7.0
Additional context
im really kicking my own shins over using tween nodes for the animation it sucks im sorry
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: