Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity)

--HG--
branch : love.graphics.origin
This commit is contained in:
Alex Szpakowski
2013-02-24 14:07:03 -04:00
parent 6282cad960
commit 083218742a
6 changed files with 26 additions and 1 deletions
@@ -110,6 +110,7 @@ int w_rotate(lua_State *L);
int w_scale(lua_State *L);
int w_translate(lua_State *L);
int w_shear(lua_State *L);
int w_origin(lua_State *L);
int w_hasFocus(lua_State *L);
extern "C" LOVE_EXPORT int luaopen_love_graphics(lua_State *L);