drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
https://tabletopclub.net
MIT License
1.29k stars 57 forks source link

Use Ctrl+Scroll Wheel to move objects up and down on the y-axis. #32

Closed drwhut closed 3 years ago

drwhut commented 3 years ago

Is your feature request related to a problem? Please describe. When using the scroll wheel when hovering an object, it moves it away and towards the camera while keeping the object under the mouse cursor. But there are times where moving the piece up and down on the y-axis would be more useful, even if it meant the piece was no longer under the mouse cursor.

Describe the solution you'd like Have it so that when Ctrl is held down while using the scroll wheel when hovering a piece, it will move the piece vertically up or down perpendicular to the table.

Describe alternatives you've considered None.

Additional context If this is implemented, it would not make sense to have the option to swap the actions of Scroll Wheel and Alt+Scroll Wheel in the options menu.