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 feature
Someone on the discord discovered a catalog game that had an exit animation and implemented it in their own game:
Playdate_2023-07-24_222512.mp4
They don't use Noble, but they shared their code and it was surprisingly simple. I think it would be nice to easily support it on a per-scene basis. The other use for the function is to save data when the device does the thing.
Describe alternatives you've considered
You could do it manually, which is what I'm doing now.
What problems would this solve or help prevent, if any
It would show off the lesser-known parts of the SDK and easier saving when not using autosave on a per-scene basis
Describe the feature
Someone on the discord discovered a catalog game that had an exit animation and implemented it in their own game:
Playdate_2023-07-24_222512.mp4
They don't use Noble, but they shared their code and it was surprisingly simple. I think it would be nice to easily support it on a per-scene basis. The other use for the function is to save data when the device does the thing.
Describe alternatives you've considered
You could do it manually, which is what I'm doing now.
What problems would this solve or help prevent, if any
It would show off the lesser-known parts of the SDK and easier saving when not using autosave on a per-scene basis
Additional context
Here's my case scene: