summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-13 12:43:46 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-13 12:43:46 -0400
commitcfa58566c53865239b969d2b08fffd7e9d18820d (patch)
tree67a63c8d4e7b1a30d5862d9948de43e3362643f5 /doc
parente44d1a970c8c9bb6df75eb02739e383b4dc1fa82 (diff)
doc: Fix misplaced argument.
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
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