Skip to content

Commit

Permalink
adds note about spritebatch-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Feb 10, 2016
1 parent 742e168 commit 539cc26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
============
Expand Down

0 comments on commit 539cc26

Please sign in to comment.