Is it possible to set the z-index of a drawn object in HTML5 canvas?
I am trying to get it so one object can be infront of a the \"player\" and another object is beh
Sorry, but nope, the canvas element will have its z-index and anything drawn on it will be on that layer.
If you are referring to different things on the canvas then yes, anything that is drawn is drawn on top of whatever was there before.