machiel / Pokening

Game based on Pokemon Yellow
3 stars 0 forks source link

Drawing order of the sprites #11

Open ArcoMul opened 12 years ago

ArcoMul commented 12 years ago

Character should be drawn behind the roof of a house. So should he been drawn behind the top of the trees. Make use of an order propterty in tiles.

(Probably first putting all the to be drawn object in an array. Order this on there order. And then draw them)

machiel commented 12 years ago

I will be busy rebuilding the rendering system anyway. So might that I have time to pick this up.