From 32e9adbccc159de9bdff89ee4d52d90f56958c8c Mon Sep 17 00:00:00 2001 From: Alyokhin Date: Wed, 29 Nov 2023 20:14:37 +0300 Subject: [PATCH] typos --- src/include/tileset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/tileset.h b/src/include/tileset.h index 42bc2de70d..703a25af0c 100644 --- a/src/include/tileset.h +++ b/src/include/tileset.h @@ -291,10 +291,10 @@ GenerateExtendedTileset( comma separated list of flags wihich are common for all tiles in this slot dst: - single agrgument (number or table) at position 1. + single argument (number or table) at position 1. index of defined tile (or set of indexes). Each slot consist of 16 tiles only. For extended tileset indexes must be greater than already defined. - Each slot's indexes set starts from xxx0 and ended with xxxF (where discription of xxx see in PUD format explanation) + Each slot's indexes set starts from xxx0 and ended with xxxF (where description of xxx see in PUD format explanation) 'dst' can take one of the following forms: tile -- single tile index @@ -304,7 +304,7 @@ GenerateExtendedTileset( -- until there is a src (up to 16, if less then fill slot with 0 for absent srcs) src: - single agrgument (number or table) at position 2. + single argument (number or table) at position 2. Describes where to get graphics for dst. It can be graphics from a tile defined in main tileset, or frame from image file defined by "image" field (see above), or it can be generated from several graphic frames by composing them as layers (with simple per-pixel manipulations)