From 7846c777e884d4d1a1b11a91b04b0965e3fdeb77 Mon Sep 17 00:00:00 2001 From: George Kurelic Date: Mon, 6 Nov 2023 18:39:33 -0600 Subject: [PATCH] Aseprite (#210) * add FlxAsepriteUtils demo * improve description * try out api calls * fix typos * typos lol * fix demo issues --- src/documents/demos/FlxAsepriteUtil.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documents/demos/FlxAsepriteUtil.html.md b/src/documents/demos/FlxAsepriteUtil.html.md index 8a607e472..b06ece848 100644 --- a/src/documents/demos/FlxAsepriteUtil.html.md +++ b/src/documents/demos/FlxAsepriteUtil.html.md @@ -1,5 +1,5 @@ ``` -title: "FlxAsepriteUtil" +title: "FlxAsepriteUtils" layout: demo width: 640 height: 480 @@ -7,4 +7,4 @@ 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.