Added SpriteBatch:getCount and SpriteBatch:getBufferSize, and removed SpriteBatch:isEmpty/isFull.

This commit is contained in:
Alex Szpakowski
2013-05-22 18:44:40 -03:00
parent 264948690c
commit 0b71fa1483
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -19,13 +19,13 @@ LOVE 0.9.0 []
* Added boolean support to Shader:send.
* Added Canvas:getPixel.
* Added blend mode "replace".
* Added SpriteBatch:isEmpty and SpriteBatch:isFull.
* Added Geometry objects (replaces Quads), allowing for arbitrary textured polygons.
* Added love.graphics.setCanvases (multiple render targets.)
* Added love.graphics.setColorMask.
* Added love.graphics.setAlphaTest.
* Added love.graphics.origin.
* Added love.graphics.getRendererInfo.
* Added SpriteBatch:getCount and SpriteBatch:getBufferSize.
* Added ParticleSystem:emit.
* Added many ParticleSystem getter methods.
* Added DXT-compressed texture support via love.image.newCompressedData.