From 064f2ae027c3d89b3a476b7c63fad3ced343a3f8 Mon Sep 17 00:00:00 2001 From: A Crazy Pencil Date: Thu, 27 Mar 2025 11:40:10 -0500 Subject: [PATCH] Update aseprite-animations.md --- docs/json-ui/aseprite-animations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json-ui/aseprite-animations.md b/docs/json-ui/aseprite-animations.md index 426e84d6eac..3b3b53d42ae 100644 --- a/docs/json-ui/aseprite-animations.md +++ b/docs/json-ui/aseprite-animations.md @@ -12,7 +12,7 @@ description: Using Aseprite Animations in JSON-UI. ## Introduction to Aseprite -[Aseprite](https://www.aseprite.org/) is a paid pixel art application specifically designed for creating skins and resource packs with ease. It offers a wide array of tools, extensive documentation, and tutorials, catering to artists of all skill levels. +[Aseprite](https://www.aseprite.org/) is a paid pixel art application (pre-built) specifically designed for creating skins and resource packs with ease. It offers a wide array of tools, extensive documentation, and tutorials, catering to artists of all skill levels. its open source, and free (when you built it your self). [LibreSprite](https://libresprite.github.io/) is a free and open-source alternative to Aseprite. It is a fork of the last open-source licensed version of Aseprite, and this tutorial can also be followed using LibreSprite. @@ -57,4 +57,4 @@ The `aseprite_flip_book` animation type can only be used for the `uv` property i } ``` -Set the `texture` field to the path of the exported files without the extension. The `uv_size` field should be set to the width and height of a single frame. \ No newline at end of file +Set the `texture` field to the path of the exported files without the extension. The `uv_size` field should be set to the width and height of a single frame.