Download the demo-project and/or the necessary binaries below.
Dependencies Versions
Godot v4.3-stable
Supported Operating Systems:
- Mac OS X (universal)
- Linux
- Windows
What's new?
- Add following import options to the import plugin:
crop_to_visible
: Crop all textures to the visible portion of their respective image.center_sprites
: Set all textures to centered by setting the centered property in the created Sprite2D nodes.import_as_files
: Either include the raw layer data directly into the created Sprite2D nodes (default) or save all textures to PNG files and reference those files in the created Sprite2D nodes.
- Add in-editor documentation for the
KraImporter
-class.
Shout-out to @timkrief for his contributions to the new import options.