Page 2 of 2

Re: Any ideas how to make a pixelated circle?

Posted: Thu Feb 10, 2011 2:31 pm
by Taehl
Using the framebuffer would let you pixellate anything, including images. But anyway. Why do you superPoint rather than just love.graphics.setPointSize?

Re: Any ideas how to make a pixelated circle?

Posted: Thu Feb 10, 2011 2:37 pm
by dandruff
Taehl wrote:Using the framebuffer would let you pixellate anything, including images. But anyway. Why do you superPoint rather than just love.graphics.setPointSize?
superPoint() looks cooler! Or maybe just because that I didn't know that there was a setPointSize command... :x