Skip to content

Update aseprite-animations.md #1026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: wiki
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/json-ui/aseprite-animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
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.