From ea273eff72140e254f83b8a0f4658e03a7f19dcf Mon Sep 17 00:00:00 2001 From: Deficuet <36525579+Deficuet@users.noreply.github.com> Date: Thu, 9 May 2024 18:00:01 -0600 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7186cf4d..bf7393b5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ So far the objects that can export data includes: - If the format of the texture is unsupported, both functions will return `null`. - Sprite - `getImage` - An BufferedImage cropped from a `Texture2D` image. Will return `null` if the `Texture2D` object is not found or the format is unsupported. - - Two cropping strategies `SpriteCropStrategy.USE_TEXTURE_RECT` and `USE_RECT` are provided to determine which one of the `SpriteRenderData.textureRect` and `Sprite.mRect` will be used to crop image. - The packing mode `SpritePackingMode.Tight` is not supported yet. - TextAsset - `text(charset)` - This function is used to export content in this object as `String`. A `Charset` can be passed as a parameter, by default it is `Charsets.UTF_8`.