This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Replies: 2 comments
-
Very good idea! Up Voted |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in f80392b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be okay to have a hook that gets called on leaving a scene? There are some kinds of cleanup like stopping music or conditionally destroying objects with
stay()
that get messy trying to do ad-hoc cleanup before any code leaves the scene.I could imagine this offered either via another
SceneOpts
arg to thescene()
function or as anonLeaveScene(id, action)
event helper.Beta Was this translation helpful? Give feedback.
All reactions