function love.load()
myImage=love.graphics.newImage("sheep.png")
end
function love.update(dt)
end
function love.draw()
love.graphics.draw(myImage,100,100)
end
function love.load()
myImage=love.graphics.newImage("sheep.png")
end
function love.update(dt)
end
function love.draw()
love.graphics.draw(myImage,100,100,90)
end
顺时针旋转90度。
function love.load()
myImage=love.graphics.newImage("sheep.png")
end
function love.update(dt)
end
function love.draw()
love.graphics.draw(myImage,100