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

Interactions: guaranteed smart object logical changes based on timeline or animation events #18

Open
niello opened this issue Dec 25, 2021 · 0 comments

Comments

@niello
Copy link
Owner

niello commented Dec 25, 2021

E.g. a door should switch states at a certain point in time or at the certain position in an animation track. The problem is that if someone forgets to add an event then the logic breaks and the state will never be activated. To solve this we may check presence of desired events and make some fallbacks (e.g. fixed time offset) for the case wneh they are not present. I.e. it is a fixed time loke in a door.lua now but with an ability to override this hardcode / configured value with an animation or timeline event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant