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
at this point i don't even know what is going on. On my old laptop Model name: Intel(R) Core(TM) i3-2330M CPU @ 2.20GHz. it works just fine without any problem. But on my other computer it sometimes doesn't works.
well it looks like it happens because of peek (the screen recorder I use for recording my screen) i don't know how to fix this as World Maker use _area2D_input for checking if the mouses is inside any map element
Problem: When right clicked on a map pin. The pop up menu doesn't work sometimes.
Instead of showing edit and delete it shows delete map and add.
Cause:
Godot handle inputs in a order of _Input > gui_input > unhandled_input > area2D_input.
For some reason the area2D
mouse_enter
andmouse_exit
doesn't work properly in godot. Which is used to handle the mouse input on the map pin.This is most likely cause of the glitchy behaviour.
The text was updated successfully, but these errors were encountered: