Skip to content

Commit

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

* improve description

* try out api calls

* fix typos

* typos lol
  • Loading branch information
Geokureli authored Nov 6, 2023
1 parent 511b193 commit cb321cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions src/documents/demos/FlxAsepriteUtil.html.md
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.
10 changes: 0 additions & 10 deletions src/documents/demos/FlxAsepriteUtils.html.md

This file was deleted.

File renamed without changes

0 comments on commit cb321cb

Please sign in to comment.