halftheopposite / TOSIOS

The Open-Source IO Shooter is an open-source multiplayer game in the browser
MIT License
369 stars 77 forks source link

In game menu items unclickable #57

Closed wheresthebeefy closed 2 years ago

wheresthebeefy commented 2 years ago

When you click on the in-game menu after starting a match, none of the items work. Instead, it continues to show the targeting reticule, and shoots the weapon in the background (and keyboard buttons lets the player continue to move around). Only way to get out of the menu is to press ESC

wheresthebeefy commented 2 years ago

Saw it was resolved in another post

halftheopposite commented 2 years ago

Saw it was resolved in another post

It wasn't until now, the other person had only identified the issue on their side. I just made a fix on pointerEvents: 'all' for the menu.

wheresthebeefy commented 2 years ago

Cool cool, thank you! Just a quick note, as the code read now, it's missing an apostrophe: pointerEvents: 'all,

halftheopposite commented 2 years ago

Cool cool, thank you! Just a quick note, as the code read now, it's missing an apostrophe: pointerEvents: 'all,

That's what you get from editing directly from GitHub. Thanks for spotting that :)