From 652d38b20d80b1bb4fd8c2461a5b865df0948f27 Mon Sep 17 00:00:00 2001 From: Tim Anema Date: Fri, 5 Dec 2014 09:59:17 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b79b70..f98c30b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ function love.load() end function love.update(dt) - lightWorld:setTranslation(x, y, scale) + lightWorld:update(dt) --only needed for animation + lightWorld:setTranslation(x, y, scale) end function love.draw() @@ -57,6 +58,7 @@ There are example in the example directory how to use both of these with the lib * refractions (moveable) [Preview](http://onepixelahead.de/love2d_polyshadow13.gif) * chromatic aberration [Preview](http://onepixelahead.de/love2d_polyshadow16.gif) * postshader with many included postshaders, plus easy to extend +* animations in tandem with normal maps thanks to [anim8](https://github.com/kikito/anim8) ## License