Skip to content

filonov-a/godot-gimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some useful GIMP scripts for generating spritesets/tilesets for Godot engine

Put godot.scm into ~/.gimp-2.X/scripts/ directory and press Filters -> Scripts-Fu -> Refresh Scripts (or just restart gimp)

In Menu: ##Filters -> Godot -> "Create Image from Layers" Create new image from all layer of current image, and save as .png into project directory. Also create .tscn with sprite definition for every layer. If you can choose "Turn off mipmap generation", .png.flags file also will be created with /"gen_mipmaps=false"/ option Example

##Filters -> Godot -> "Create Sprite set from image" Split current image into set of sprites and generate .tscn file with definition of all sprites. Export current image as .png into project directory.

##Filters -> Godot -> "Split layer to separate images" Save every layer to separate png-file.

License

Licensed under MIT license.

About

GIMP's script-fu tools for Godot engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages