File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments