copied new lib

This commit is contained in:
redlock 2011-03-10 14:31:59 +01:00
parent 196e0ee9b7
commit 9c96b5f3ed
3 changed files with 5 additions and 4 deletions

View File

@ -10,6 +10,7 @@ rad = math.rad
require "LICK/lib/color"
module(...,package.seeall)
-- syntax shortcuts
checkMode = love.graphics.checkMode
@ -79,7 +80,6 @@ triangle = love.graphics.triangle
module(...,package.seeall)
function color(r, g,b,a)

View File

@ -10,6 +10,7 @@ rad = math.rad
require "LICK/lib/color"
module(...,package.seeall)
-- syntax shortcuts
checkMode = love.graphics.checkMode
@ -79,7 +80,7 @@ triangle = love.graphics.triangle
module(...,package.seeall)
function color(r, g,b,a)

View File

@ -19,8 +19,8 @@ end
function love.draw()
ez.cls(10)
push()
ez.push()
ez.rotateCenter(x)
circle:draw("fill")
pop()
ez.pop()
end