Skip to content

Commit ed5d9c6

Browse files
authored
Added Flash cs6 to the other thing
what is lost must balance out
1 parent d481ff9 commit ed5d9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/03-custom-characters/03-01-character-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The individual sprites of a character's animations must be combined into a spritesheet for the game to use them. Friday Night Funkin' supports one of several formats:
44

5-
- `sparrow`: Combines the images into a large sheet, then provides an XML file containing the coordinates of each frame with it. Can be exported directly from Adobe Animate using the `Generate Sprite Sheet` option, or can be created from individual frames using [Free Texture Packer](http://free-tex-packer.com/) (note that Free Texture Packer refers to this format as Starling).
5+
- `sparrow`: Combines the images into a large sheet, then provides an XML file containing the coordinates of each frame with it. Can be exported directly from Adobe Animate or Flash CS6 using the `Generate Sprite Sheet` option, or can be created from individual frames using [Free Texture Packer](http://free-tex-packer.com/) (note that Free Texture Packer refers to this format as Starling).
66

77
- `packer`: Combines images into a sheet, then provides a TXT file containing the coordinates of each frame.
88

0 commit comments

Comments
 (0)