Making a startscreen for an HTML5 game?
- by hustlerinc
How would I make a start screen for a game using HTML5 canvas?
I'm not looking for something advanced, just the new game button and highscore link etc. The question might be stupid, but I've never done anything similar, and the tutorials out there don't cover the subject.
Is it enough to just make a fillText with an onclick function? Is there a way to find out the size of the text?
Help appreciated.