2D Toolkit Forum

2D Toolkit => Support => Topic started by: EskemaGames on June 19, 2013, 11:52:24 am

Title: is it possible to paint a sprite?
Post by: EskemaGames on June 19, 2013, 11:52:24 am
Hi there,

I saw the sprite.color, but this changes the color of the whole sprite, I'm trying to paint just a bit (imagine a workshop figure to paint). The only thing that comes to my head is a render to texture, but this is a pro feature.

Is there something we can do with 2dtoolkit without that render to texture?

Thanks :)
Title: Re: is it possible to paint a sprite?
Post by: unikronsoftware on June 19, 2013, 11:58:47 am
No, not really. Using render textures is the best way to do this. (afaik, of course).
Title: Re: is it possible to paint a sprite?
Post by: EskemaGames on June 19, 2013, 12:25:25 pm
Hmmm just as I thought, well I suppose I have to figure out some kind of crappy technique to do this without the classic render to texture :)