Skip to content

Commit 8877eaa

Browse files
comments
1 parent a615a95 commit 8877eaa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/textureSheet.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* LittleJS Texture Sheet Plugin
33
* - Packs images into texture sheets as they are loaded
4-
* - Sprites are placed automatically, callers just get back a TileInfo
5-
* - Sheets are created and filled as needed, there is nothing to set up first
6-
* - Sheets fill in call order even though images decode in parallel
7-
* - Animation frames keep their source layout and wrap across rows as needed
8-
* - WebGL textures upload once per batch of loads, not once per image
4+
* - Sprites are placed automatically, callers get a TileInfo
5+
* - Sheets are created and filled as needed
6+
* - Sheets fill in call order, images decode in parallel
7+
* - Animation frames keep layout and wrap across rows as needed
8+
* - WebGL textures upload once per batch of loads
99
* @namespace TextureSheets
1010
*/
1111

0 commit comments

Comments
 (0)