Tagged Questions
-1
votes
2answers
175 views
Dealing with new animations in html5
Wish I knew of a better title, but the issue is rather specific.
So the producer of the game I'm working on has given me new animations to put in the game. I knew there might be issues right off when ...
33
votes
7answers
1k views
Managing text-maps in a 2D array on to be painted on HTML5 Canvas
So, I'm making a HTML5 RPG just for fun. The map is a <canvas> (512px width, 352px height | 16 tiles across, 11 tiles top to bottom). I want to know if there's a more efficient way to paint the ...
0
votes
2answers
150 views
DrawImage doubt
What is the best option for animation in a game (HTML5 Javascript)? Put all the images in one png and change the background.
Or create each image separately and draw with DrawImage?