Skip to content

Commit aa16cd7

Browse files
rename FlxAsepriteUtils demo to FlxAsepriteUtil (#347)
1 parent 217d9d7 commit aa16cd7

9 files changed

Lines changed: 4 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"Features/SplitScreen/source",
5959
"Features/SubState/source",
6060
"Features/Tilemap/source",
61-
"Graphics/FlxAsepriteUtils/source",
61+
"Graphics/FlxAsepriteUtil/source",
6262
"Input/FlxAccelerometer/source",
6363
"Input/FlxAction/source",
6464
"Input/FlxMouseEvent/source",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- _________________________ Application Settings _________________________ -->
66

7-
<app title="FlxAsepriteUtils" file="FlxAsepriteUtils" main="Main" version="0.0.1" company="HaxeFlixel" />
7+
<app title="FlxAsepriteUtil" file="FlxAsepriteUtil" main="Main" version="0.0.1" company="HaxeFlixel" />
88

99
<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file
1010
or you can set the actual size of your file manually at "FlxPreloaderBase-onUpdate-bytesTotal"!-->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# FlxAsepriteUtils
1+
# FlxAsepriteUtil
22

3-
Demonstrates how to utilize Aseprite art files with the built-in FlxAsepriteUtils functionality.
3+
Demonstrates how to utilize Aseprite art files with the built-in FlxAsepriteUtil functionality.
44

55
## Table of Contents
66

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)