Page 1 of 1

Can you color quads in a Spritebatch?

Posted: Thu Oct 19, 2023 7:52 am
by NoreoAlles
The question im having is if its possible to do something like this

Code: Select all

setcolor(dark)
addQuad to Spritebatch

setcolor(white)
draw Spritebatch
thanks

Re: Can you color quads in a Spritebatch?

Posted: Thu Oct 19, 2023 10:59 am
by slime

Re: Can you color quads in a Spritebatch?

Posted: Thu Oct 19, 2023 3:11 pm
by NoreoAlles
slime wrote: Thu Oct 19, 2023 10:59 am Yes: SpriteBatch:setColor
Thanks