excessive / DOMy

A DOM-like GUI framework for the *awesome* LÖVE framework
Other
32 stars 2 forks source link

Image Repeat #25

Open pablomayobre opened 9 years ago

pablomayobre commented 9 years ago

You could use Image:setWrap() and a Quad bigger than the image to make it repeat.

karai17 commented 9 years ago

That could work!

pablomayobre commented 9 years ago

Also if you draw everything to a canvas you could use the canvas as the image (though that may be too slow)

There is a note in the wiki page for setWrap, you should check it https://www.love2d.org/wiki/(Image):setWrap

I dont think it is a problem in OpenGL 2.1+ thoug