mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
aa69a695d3
Canvases and Images are now subclasses of the new Texture class. Added setTexture and getTexture methods for Meshes, ParticleSystems, and SpriteBatches (the old set/getImage methods are deprecated but not removed.) Canvas texture coordinates are no longer flipped.