-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add FlxAsepriteUtils demo * improve description * try out api calls * fix typos * typos lol
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
``` | ||
title: "FlxAsepriteUtil" | ||
layout: demo | ||
width: 640 | ||
height: 480 | ||
source: "Graphics/FlxAsepriteUtils" | ||
targets: ['flash', 'html5'] | ||
``` | ||
|
||
Showcases loading of an [Aseprite](https://www.aseprite.org/) [Sprite Sheet](https://aseprite.com/docs/sprite-sheet/#texture-atlases tools) using {% api flixel.graphics.FlxAsepriteUtil %} API added in Flixel 5.4.0. This demo uses {% api flixel.graphics.FlxAsepriteUtil.loadAseAtlasAndTagsByIndex %} to create animations. |
This file was deleted.
Oops, something went wrong.
File renamed without changes