Search found 1 match
- Sun Oct 26, 2014 3:11 pm
- Forum: General
- Topic: Linking/merging drawings
- Replies: 3
- Views: 3272
Linking/merging drawings
Hi guys, I've just started working with LOVE and I have one small question. Is it possible to draw multiple objects as one? For example, instead of doing love.graphics.rectangle( "fill", x1, y1, width1, height1) love.graphics.rectangle( "fill", x2, y2, width2, height2), I want to...