Technohacker / godot_pixelorama_importer

Godot 4.x plugin to import Pixelorama (.pxo) projects in Godot
MIT License
42 stars 11 forks source link

Added Godot Texture Flags #10

Open Lsbt1 opened 1 year ago

Lsbt1 commented 1 year ago

Exposes options in the godot 'import inspector' to the user to allow for adding Texture.Flags to the .pxo files.

Flags include: repeat (normal and mirrored) filter mipmaps

Technohacker commented 1 year ago

I believe some of those deleted lines are part of the code-style rules we have here. You can check the workflow's output once it completes to change them :)