Allow the Vanilla Alt Place Key to Disable Crop Snapping While Held.#28
Allow the Vanilla Alt Place Key to Disable Crop Snapping While Held.#28searica wants to merge 1 commit intoAdvizeGH:mainfrom
Conversation
Allows for disabling snapping of crops whenever the Vanilla `AltPlace` key is held (default Vanilla keybind is `LeftShift`).
|
Apologies for the slow response, I've only just returned to active modding after a long break. As of v2.0.0 alt placement is already reserved for allowing free 360 degree rotation when snapping one or more pieces to a single piece. The following is taken from the 2.0.0 changelog:
It would appear that using alternative placement for this functionality was a shortsighted decision, especially since it is only applicable when snapping to a single piece. Alas, keybind real estate is in short supply and even moreso for gamepad. I'll have to consider how I might retain that feature while still allowing alt placement to soft toggle snapping. |
Allows for disabling snapping of crops whenever the Vanilla
AltPlacekey is held (default Vanilla keybind isLeftShift) by checking for whether the key is held as part of theconfig.SnapActiveproperty getter.