bsergent / overmorrow

Typescript canvas game engine
http://challengercity.com/v4/projects/overmorrow/
0 stars 1 forks source link

Add Render() to World class #5

Open bsergent opened 6 years ago

bsergent commented 6 years ago

This should render the background layer, then the Tile[][], then the Entity[], and finally the foreground layer. All layers except the Entity[] should be drawn onto a separate context and cached unless marked dirty.