Skip to content
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

Use AnimMgr instead of a custom animation implementation in the ASay module #235

Open
snixtho opened this issue Dec 12, 2023 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers module Issue related to a specific module or creation of a certain module.

Comments

@snixtho
Copy link
Member

snixtho commented Dec 12, 2023

Using custom implementation of animations can be slow and uses an unnecessary amount of ManiaScript execution. It is typically better to use the animation manager already built in, which offer higher performance and usually have all the animation types that is needed. It also very easy to use. You can also add delay between animations with the the sleep(milliseconds) function.

Reference for AnimMgr: https://maniascript.boss-bravo.fr/class_c_anim_manager.html

@snixtho snixtho added enhancement New feature or request good first issue Good for newcomers module Issue related to a specific module or creation of a certain module. labels Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers module Issue related to a specific module or creation of a certain module.
Projects
None yet
Development

No branches or pull requests

1 participant