Merge pull request #35363 from ericrybick/33106-importing-textureAtlas-cuts-out-the-sprites
Fix AtlasPacker ignoring semi-transparent pixels
This commit is contained in:
commit
1508cc4051
2 changed files with 2 additions and 3 deletions
|
|
@ -285,7 +285,7 @@
|
|||
<return type="Rect2">
|
||||
</return>
|
||||
<description>
|
||||
Returns a [Rect2] enclosing the visible portion of the image.
|
||||
Returns a [Rect2] enclosing the visible portion of the image, considering each pixel with a non-zero alpha channel as visible.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_width" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue