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

Fix animations not found on export #2391

Merged

Conversation

Jowan-Spooner
Copy link
Collaborator

A classic error.
When exported, scripts get converted to .gdc files. This means our silly silly .ends_with("gd") code won't find the animation script :(.
This should be a bit better.

A classic error.
When exported scripts get converted to .gdc files. This means our stupid stupid .ends_with("gd") logic won't find the animation script :(.
This should be a bit better.
@Jowan-Spooner Jowan-Spooner added Bug 🐞 Something isn't working Critical 💩 labels Sep 11, 2024
@Jowan-Spooner Jowan-Spooner merged commit 975e1eb into dialogic-godot:main Sep 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 Something isn't working Critical 💩
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant