Skip to content

Commit

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

* improve description

* try out api calls

* fix typos

* typos lol

* fix demo issues
  • Loading branch information
Geokureli authored Nov 7, 2023
1 parent cb321cb commit 7846c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/documents/demos/FlxAsepriteUtil.html.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
```
title: "FlxAsepriteUtil"
title: "FlxAsepriteUtils"
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.
Showcases loading of an [Aseprite](https://www.aseprite.org/) [Sprite Sheet](https://aseprite.com/docs/sprite-sheet/#texture-atlases tools) using [flixel.graphics.FlxAsepriteUtil](https://api.haxeflixel.com/flixel/graphics/FlxAsepriteUtil.html) API added in Flixel 5.4.0. This demo uses the [loadAseAtlasAndTagsByIndex](https://api.haxeflixel.com/flixel/graphics/FlxAsepriteUtil.html#addAseAtlasTagsByIndex) method to create animations.

0 comments on commit 7846c77

Please sign in to comment.