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

Apply new format and include generated files in build #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Hot-key
Copy link

@Hot-key Hot-key commented Sep 15, 2024

This PR updates the godot_pixelorama_importer plugin:

  1. PXO Format Update:

    • Applied changes to support the updated PXO file format
  2. Export Process Improvement:

    • Include files generated by the plugin in the project export

Tested with files created in Pixelorama version: [v1.0.2] - 2024-08-21

@Technohacker
Copy link
Owner

Thanks for the PR! It's been a while since I've last used the plugin myself so it may take me a while to get to this 😅

That being said, is there any reason the save path needs to be changed from the Godot-provided one?

@Hot-key
Copy link
Author

Hot-key commented Sep 15, 2024

It wouldn't be an issue to iterate through the .godot/imported directory and use regex to find .pxo files. However, as this is my first time writing a Godot plugin, I separated it externally for convenience in testing and development.

If you prefer, I can move it to a folder like .godot/pixelorama, or keep it within .godot/imported and use regex to find the files. I can make these changes and push an additional commit tomorrow when I have time.

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

Successfully merging this pull request may close these issues.

2 participants