Hello Guest

Author Topic: is it possible to paint a sprite?  (Read 3526 times)

EskemaGames

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
is it possible to paint a sprite?
« 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 :)

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: is it possible to paint a sprite?
« Reply #1 on: June 19, 2013, 11:58:47 am »
No, not really. Using render textures is the best way to do this. (afaik, of course).

EskemaGames

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: is it possible to paint a sprite?
« Reply #2 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 :)