Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Nov 6, 2023
1 parent 5059b3b commit 8eff509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/demos/FlxAsepriteUtils.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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 {% api flixel.graphics.FlxAsepriteUtils %} API added in Flixel 5.4.0. This demo uses {% api flixel.graphics.FlxAsepriteUtils.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 {% api flixel.graphics.FlxAsepriteUtil %} API added in Flixel 5.4.0. This demo uses {% api flixel.graphics.FlxAsepriteUtil.loadAseAtlasAndTagsByIndex %} to create animations.

0 comments on commit 8eff509

Please sign in to comment.