summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-08-01 16:10:16 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-08-01 16:10:16 -0400
commit6920488169c1b287319c93bd1ea40d9412551b2c (patch)
treeb909154ea74750a39870dffd37c457dfc0e13109 /doc
parentf24c10e7fc455c092bff051d57a066d81fd77ec3 (diff)
graphics: sprite: Add #:shear argument to sprite-batch-add!
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 65a7020..9afc853 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -1895,8 +1895,8 @@ Set texture for @var{batch} to @var{texture}.
@end deffn
@deffn {Procedure} sprite-batch-add! batch position @
- [#:origin] [#:scale] [:rotation] @
- [#:tint @code{white}] [#:texture-region]
+ [#:origin] [:rotation] [#:scale] [#:shear] @
+ [#:texture-region] [#:tint @code{white}]
Add sprite located at @var{position} to @var{batch}.