Hello.
I watched tutorials about creating simple shooting game, and one of the layers was called HUD, that keep score text always on top-left corner.
But now I want to consolidate my left, right and jump buttons in the left-bottom corner of the browser. The problem is that I don't know how to do this when the browser windows resizes. I mean if I begin to increase the height of the browser, my buttons remain in the same place.
How do I fix it? Thanks!