sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
686 stars 104 forks source link

Add < and > keybinds to rotate things in 2D Map Edit (things) mode #1605

Closed thezerobit closed 7 months ago

thezerobit commented 7 months ago

This adds a feature in 2D Map (things) mode to rotate selected things with the < and > (comma and period) keys. It resolves this request: https://github.com/sirjuddington/SLADE/issues/1568 except not using the suggested [ and ] keys because those are already used to change grid size. Edit: I added Undo support.