I've been looking around for awhile now, and can't seem to find out how to set a scene's background as a gradient... it's hard to find solid Andengine-related answers,
I guess my options are:
- using a sprite from a gradient image I've created myself (which can't be the best way)
- using a gradient xml resource (but I don't know how to create a sprite from a resId, and I'm confused on how to make the gradient fit the camera)
- or some other andengine built-in method
Any help is appreciated.