Skip to content

Technohacker/godot_pixelorama_importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Pixelorama Importer

Imports .pxo files from Pixelorama to Godot without requiring an export for quicker changes in Godot

Status

The plugin provides three import types:

Single Image: All Cels are overlaid into one image per frame as a 1xN StreamTexture PNG with the 2D Pixel Texture preset.

SpriteFrames: Animation tags are used to create a SpriteFrames resource from the pxo file, which can be used with AnimatedSprite. However, due to a resource reload bug in Godot, any changes to the pxo file are not visible in the editor but by either launching the game or restarting the editor, the edited textures are visible.

Sprite & AnimationPlayer: Animation tags are used to create a Sprite and AnimationPlayer scene from the pxo file.

There is also an Inspector plugin which lets you open Pixelorama from within the Godot editor. When you have a .pxo file open in the Inspector, click on "Open in Pixelorama" to launch Pixelorama. It requires a one-time configuration of the location of the Pixelorama binary. Linux/BSD and Windows are supported as of now

Usage

Download the repository, extract to the root of your project and enable the plugin. Drag and drop .pxo files to any parameter that takes a Texure

About

Godot 4.x plugin to import Pixelorama (.pxo) projects in Godot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published