I’m trying replace HTML5 Canvas to simple <div>
But I don’t know how to replace this line:
ctx.drawImage(tileImg[drawTile],xpos,ypos);
Maybe anyone have idea how to replace this into <div>?
example : http://jsfiddle.net/HDpMW/5/ (this code from glacialflame.com)
Use
<img>elements, and append them dynamically like this: http://jsfiddle.net/HDpMW/6/