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
I noticed that the renpy.display.anim module is not documented in https://www.renpy.org/doc/html/py-function-class-index.html is it going to be deprecated and removed in future releases?
renpy.display.anim
Just asking because I implemented https://lemmasoft.renai.us/forums/viewtopic.php?p=514125#p514125 which uses the APIs in that module.
The text was updated successfully, but these errors were encountered:
It's retained for compatibility with older programs, but I'd recommend not using it in newer designs. Should we have a major compatibility break - like moving to a Python 3 Ren'Py - I may consider removing it.
Sorry, something went wrong.
No branches or pull requests
trajano commentedJun 29, 2019
I noticed that the
renpy.display.animmodule is not documented in https://www.renpy.org/doc/html/py-function-class-index.html is it going to be deprecated and removed in future releases?Just asking because I implemented https://lemmasoft.renai.us/forums/viewtopic.php?p=514125#p514125 which uses the APIs in that module.
The text was updated successfully, but these errors were encountered: