diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-09-20 17:49:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 17:49:14 +0200 |
commit | 5ea6c9fd02b587c7ee238224279ee3880e558c78 (patch) | |
tree | 620da7751bd2bebff889292e06131b0c162e9b5c /doc/classes/AtlasTexture.xml | |
parent | 6da3526cd423c66ade2e06cb98819f8a3d300960 (diff) | |
parent | 7d3374eecfc161271cbee9d1cb2ae8dc28b93f6e (diff) |
Merge pull request #32120 from KoBeWi/atlas_not_included
Mention that AnimatedTexture doesn't support atlases
Diffstat (limited to 'doc/classes/AtlasTexture.xml')
-rw-r--r-- | doc/classes/AtlasTexture.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/classes/AtlasTexture.xml b/doc/classes/AtlasTexture.xml index 5b0a06a7fb..b270c7e279 100644 --- a/doc/classes/AtlasTexture.xml +++ b/doc/classes/AtlasTexture.xml @@ -4,8 +4,7 @@ Packs multiple small textures in a single, bigger one. Helps to optimize video memory costs and render calls. </brief_description> <description> - [Texture] resource aimed at managing big textures files that pack multiple smaller textures. Consists of a [Texture], a margin that defines the border width, - and a region that defines the actual area of the AtlasTexture. + [Texture] resource aimed at managing big textures files that pack multiple smaller textures. Consists of a [Texture], a margin that defines the border width, and a region that defines the actual area of the AtlasTexture. </description> <tutorials> </tutorials> |