From 279dce3d2d08ae46535fb440406e5e32b08128ce Mon Sep 17 00:00:00 2001 From: Bernat Date: Wed, 13 Nov 2024 22:58:44 +0100 Subject: [PATCH] Clarify documentation for TileSetAtlasSource `texture_region_size` --- doc/classes/TileSetAtlasSource.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TileSetAtlasSource.xml b/doc/classes/TileSetAtlasSource.xml index a34ca0ce91b..684c05f3283 100644 --- a/doc/classes/TileSetAtlasSource.xml +++ b/doc/classes/TileSetAtlasSource.xml @@ -270,7 +270,7 @@ The atlas texture. - The base tile size in the texture (in pixel). This size must be bigger than the TileSet's [code]tile_size[/code] value. + The base tile size in the texture (in pixel). This size must be bigger than or equal to the TileSet's [code]tile_size[/code] value. If [code]true[/code], generates an internal texture with an additional one pixel padding around each tile. Texture padding avoids a common artifact where lines appear between tiles.