diff --git a/src/core/textures/Texture.js b/src/core/textures/Texture.js index 5376b0f..950f03c 100644 --- a/src/core/textures/Texture.js +++ b/src/core/textures/Texture.js @@ -16,6 +16,7 @@ * @param [frame] {Rectangle} The rectangle frame of the texture to show * @param [crop] {Rectangle} The area of original texture * @param [trim] {Rectangle} Trimmed texture rectangle + * @param [rotate] {Rectangle} indicates if the texture should be rotated 90 degrees ( used by texture packer ) */ function Texture(baseTexture, frame, crop, trim, rotate) {