From cfa58566c53865239b969d2b08fffd7e9d18820d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 13 Apr 2021 12:43:46 -0400 Subject: doc: Fix misplaced argument. --- doc/api.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.texi b/doc/api.texi index 4501b17..1d69f3d 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -2534,7 +2534,7 @@ maps is called @url{http://mapeditor.org,Tiled}. Chickadee has native support for loading and rendering Tiled maps in the @code{(chickadee graphics tile-map)} module. -@deffn {Procedure} load-tile-map file-name +@deffn {Procedure} load-tile-map file-name [#:chunk-size] Load the Tiled formatted map in @var{file-name} and return a new tile map object. @end deffn @@ -2582,7 +2582,7 @@ coordinates. @deffn {Procedure} draw-tile-map tile-map [#:layers] [#:camera] @ [#:origin] [#:position] [#:scale] [#:rotation] [#:blend-mode] @ - [#:tint] [#:time] [#:chunk-size] + [#:tint] [#:time] Draw the layers of @var{tile-map} as viewed from @var{camera}, a 2D vector offset. By default, all layers are drawn. To draw a subset of -- cgit v1.2.3