From 0b5414ace32336272388f1f60b00d61d54b1fcf4 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 3 Jan 2022 21:49:41 -0500 Subject: [PATCH] Clarify comment in manual entry for getTilePixels --- docsrc/manual/scripting-capabilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsrc/manual/scripting-capabilities.rst b/docsrc/manual/scripting-capabilities.rst index cc1ab097..d86208cc 100644 --- a/docsrc/manual/scripting-capabilities.rst +++ b/docsrc/manual/scripting-capabilities.rst @@ -1116,7 +1116,7 @@ The following functions are related to tilesets and how they are rendered. The f ..js:function:: map.getTilePixels(tileId) - Gets the pixel data for the specified tile. The pixel data is an array of numbers indicating which palette color each pixel uses. Tiles are 8x8, so the pixel array will be 64 elements long. + Gets the pixel data for the specified tile. The pixel data is an array of indexes indicating which palette color each pixel uses. Tiles are 8x8, so the pixel array will be 64 elements long. :returns array: the pixel data