In my app I have a background and there is an object say a table placed on the background. Now I want to color the table only. Is there any way to do this in AndEngine? If so please provide a sample code. What should be the mechanism?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can set color to any entity on your scene.
Just use If you need just new color, initially make your object white. Hope this help. |
|||
|
|
|
You can do it in xml:
Or you can do it programmatically:
|
|||
|
