Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

hmm.... for some reason I still cannot left click to shoot anything.

Could you please bind the Shift key to also shoot the weapon? Might it be possible that the mouse clicking is being lost in the canvas layer in the window that opens?

The browser says the mouse control is part of the game, but it's still not working for clicking. Only for looking around.

Is it possible you've used specialized JavaScript only for one kind of browser? (I use Firefox)

Thanks for the helpful feedback!

Yes, Shift is now bound to fire. Also, you are correct, the click is being lost, at the Firefox level. When the game captures your mouse for aiming with pointer lock, Firefox doesn't seem to pass mouse button clicks through to the game. Chrome does, but Firefox seemingly does not.

Shift gets around the issue, so hopefully that works. Thanks again and super helpful!