You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I used this template I just noticed that the script doesn't handle mouse buttons event at all which makes it impossible to configure the mouse buttons for things like firing or other key bindings I had to place InputEventMouseButton on several places which is popup.gd, SettingsControl.gd and Controls.gd to get the menu to accept mouse buttons.
The text was updated successfully, but these errors were encountered:
While I used this template I just noticed that the script doesn't handle mouse buttons event at all which makes it impossible to configure the mouse buttons for things like firing or other key bindings I had to place
InputEventMouseButton
on several places which is popup.gd, SettingsControl.gd and Controls.gd to get the menu to accept mouse buttons.The text was updated successfully, but these errors were encountered: