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

Cannot export GIFs for multi-level gameplay #36

Open
ClementSparrow opened this issue Feb 17, 2022 · 0 comments
Open

Cannot export GIFs for multi-level gameplay #36

ClementSparrow opened this issue Feb 17, 2022 · 0 comments
Labels
editor Concerns the game editor feature New feature or request polish Make the games or editor behave/look better

Comments

@ClementSparrow
Copy link
Owner

Currently, GIF export re-compiles the level to replay the recorded inputs, which means that only the gameplay of one level can be exported as GIF.

It also has the side effect that compiling is responsible for clearing the input history, which is not a responsibility that this function should have (especially since input recording should only exists in the editor and not in the engine, unless we add feature #35).

@ClementSparrow ClementSparrow added feature New feature or request polish Make the games or editor behave/look better editor Concerns the game editor labels Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Concerns the game editor feature New feature or request polish Make the games or editor behave/look better
Projects
None yet
Development

No branches or pull requests

1 participant