From 539cc26fee6517a37448ee70ee830e56921137be Mon Sep 17 00:00:00 2001 From: kikito Date: Wed, 10 Feb 2016 15:59:27 +0100 Subject: [PATCH] adds note about spritebatch-demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c8dcf9..5ecddaa 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ local id = spriteBatch:add(animation:getFrameInfo(x,y,r,sx,sy,ox,oy,kx,ky)) spriteBatch:set(id, animation:getFrameInfo(x,y,r,sx,sy,ox,oy,kx,ky)) ``` +You can see an example of this in the [spritebatch-demo branch](https://github.com/kikito/anim8/tree/spritebatch-demo). + Installation ============