From 6920488169c1b287319c93bd1ea40d9412551b2c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 1 Aug 2022 16:10:16 -0400 Subject: graphics: sprite: Add #:shear argument to sprite-batch-add! --- doc/api.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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}. -- cgit v1.2.3