PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
84 stars 31 forks source link

Right mouse click behavior change #72

Closed saviola777 closed 3 years ago

saviola777 commented 3 years ago

Hello, we are using the 10 player version from #59 and one of our players noted that the right-click behavior changed from version 2.0.1, it now simply has the same effect as left click, where it previously change the shooting direction by 90° with each click (useful when close to the edges of the window). Was this an intentional change?

PhilippvK commented 3 years ago

~@saviola777 Hey. The code for the features (Aim-Lines) has never changed. I think you just missed up the key combination.~

~The function can be toggled via the Meta-Key (on normal keyboards probably CTRL) as this code snipped suggests:~

I have to apologize for the wrong information posted before. I just checked out the merge_phibo branch and tried it out by myself. For me, the Right click as well as any other Key (as soon as the GameCanvas is focused by clicking on in a single time with your mouse) works to toggle through the modes of the feature...

saviola777 commented 3 years ago

Ctrl works to toggle through the modes, thanks.