Scaling

Bullsnake73

  • Posts: 8
I would like my game to scale to device. I am not sure why it is just staying at 1x after published. HTML5

Bullsnake73

  • Posts: 8
Hmm, I don't know what size you could try.
But it seems for html5 , scaling works a bit differently

 try to put in the advanced OpenFL settings
Code: [Select]
<window resizable="true" if="html5" />

and it should adapt to page automatically.


this is the answer!