-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add new scene transition methods #46
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
==========================================
+ Coverage 92.63% 93.07% +0.44%
==========================================
Files 22 22
Lines 733 780 +47
==========================================
+ Hits 679 726 +47
Misses 54 54 ☔ View full report in Codecov by Sentry. |
@Clozent could you take a look at the PR and check whether it fits the expectations? |
I am currently unable to test and confirm for myself, but after taking a glance at the code, I think this is awesome! The method names are a bit long, but this is just an aesthetic issue for me. I don't think there are better names for these methods anyways, but I wanted to point that out, in any case. |
# [3.1.0](3.0.2...3.1.0) (2024-08-27) ### Features * add new scene transition methods ([#46](#46)) ([de9ccb7](de9ccb7))
🎉 This PR is included in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* update scene loader interface * add new transitions to scene loaders * add transitiontoscenesfromscenes test * add transitiontoscenesfromall test * add documentation for new transition methods
# [3.1.0](3.0.2...3.1.0) (2024-08-27) ### Features * add new scene transition methods ([#46](#46)) ([de9ccb7](de9ccb7))
Adds new scene transition methods as suggested on #45:
TransitionToScenesFromScenes
- unloads a group of scenes in the transitionTransitionToScenesFromAll
- unloads all loaded scenes in the transitionProgress