Hello,
I have a focus issue with my keyboard.
When I try my game locally, my keyboard inputs work perfectly.
But when I export the project and upload it on itch.io, I don’t have the focus anymore and the keyboard inputs don’t work.
The mouse inputs are not affected by that and still work.
I succeeded one time to make it work by adding a line in the .js file (I put window.focus(); )
But I think I was lucky...
Any idea ?