Skip to content

Python script to export gpl color palettes to image textures or a colorpoolarray for the Godot engine.

License

Notifications You must be signed in to change notification settings

awnagel/GPL-to-Godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPL to Godot

Python script to export gpl color palettes to image textures or a ColorPoolArray for the Godot engine.

Requires PILLOW library and python 3.7.

pip3 install pillow

Usage:

Usage: [option] [gpl file name] [arguments]
-i --Creates image textures, requires PILLOW.
-g -- Prints poolcolorarray for godot project_metadata.cfg.
-f -- Exports poolcolorarray for godot project_metadata.cfg to text file.
-m -- Replaces color picker PoolColorArray in godot project.

About

Python script to export gpl color palettes to image textures or a colorpoolarray for the Godot engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages