Skip to content

Commit

Permalink
add FlxAsepriteUtils demo (#208)
Browse files Browse the repository at this point in the history
* add FlxAsepriteUtils demo

* improve description
  • Loading branch information
Geokureli authored Nov 6, 2023
1 parent 8f8cf63 commit 511b193
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/documents/demos/FlxAsepriteUtils.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```
title: "FlxAsepriteUtils"
layout: demo
width: 640
height: 480
source: "Graphics/FlxAsepriteUtils"
targets: ['flash', 'html5']
```

Showcases loading of an [Aseprite's](https://www.aseprite.org/) [sprite sheet](https://aseprite.com/docs/sprite-sheet/#texture-atlases tools) using `flixel.graphics.FlxAsepriteUtils` API added in Flixel 5.4.0. This demo uses the `loadAseAtlasAndTagsByIndex` method to create animations.
Binary file added src/files/images/demos/FlxAsepriteUtils.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 511b193

Please sign in to comment.