initial commit

This commit is contained in:
2026-03-16 13:53:01 +02:00
parent 631dc7df36
commit 81e6e0a7a2
23381 changed files with 8224173 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/**
* The object returned by the SpritesheetTask.
* @class Spritesheet
* @memberof jibo.rendering.animation
* @param {PIXI.BaseTexture} baseTexture
* @param {Object} frames The frames map
* @param {Number} resolution The amount of scale
*/
/**
* The collection of textures by name.
* @name jibo.rendering.animation.Spritesheet#frames
* @type {Object}
*/
/**
* Destroys all the textures/frames of spritesheet.
* @method jibo.rendering.animation.Spritesheet#destroy
*/