From a27ed4238cefcd91ae704b9d3309a28e958393bf Mon Sep 17 00:00:00 2001 From: nklbdev Date: Mon, 21 Aug 2023 01:35:45 +0500 Subject: [PATCH] add Importality --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 697633b..55e0c07 100755 --- a/README.md +++ b/README.md @@ -167,6 +167,16 @@ less often, since people will also migrate to 4.x! Thanks to everyone who suppor * Author: @MightyPrinny * [](https://github.com/MightyPrinny/godot-gputilemap) +## Importality +* Importality - is an add-on for Godot 4.x for importing graphics and animations from popular formats: Aseprite, Krita, Pencil2D, Piskel and Pixelorama right from source files to ready-to-use Godot resources. Also it can import any other graphics files as regular images with external command line utilities like ImageMagick. +* Author: @nklbdev +* [](https://github.com/nklbdev/godot-4-importality) +*
+ Screenshot + Krita import example +
+ + ## Inspector Gadget * Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime. It extends the standard get_indexed() function from the Node * Author: @Shifty