diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 4 |
1 files 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 |