-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a simpler block to Tweening #766
Conversation
Allows a variable to automatically be tweened with the specified methods. Does not pause the thread in order to allow for multiple tweens in a row. Known Issues: - Changing framerate during the tweening will cause it to either run faster or slower (depending on the new framerate and what the old one was)
framerate isn't a massive issue, that's just a bi-product of changing framerates |
i kinda think its something i should fix though |
fixed the problem |
Someone has opened something similar already #727 |
i think this would be a good addition to those blocks |
just wondering, is there anything preventing this from being merged currently? @GarboMuffin |
Superceded by #851 |
Allows a variable to automatically be tweened with the specified methods. Does not pause the thread in order to allow for multiple tweens in a row.