From ef2c30508a7bd2827a3b766d61c9cceabd3d6146 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 6 Jul 2013 20:00:32 -0400 Subject: Update TODO list. --- 2d/sprite.scm | 3 --- 1 file changed, 3 deletions(-) (limited to '2d') diff --git a/2d/sprite.scm b/2d/sprite.scm index 6fd366c..b8c1472 100644 --- a/2d/sprite.scm +++ b/2d/sprite.scm @@ -343,9 +343,6 @@ size." "Adds a textured quad to the sprite batch." (apply %sprite-batch-draw *sprite-batch* args)) -;; TODO add transformation logic for scaling and rotating. -;; TODO add support for colors -;; TODO add support for different blending modes. (define* (%sprite-batch-draw batch texture x y width height #:optional #:key (center-x 0) (center-y 0) (scale-x 1) (scale-y 1) (rotation 0) -- cgit v1.2.3