Closed Th30n closed 2 years ago
This also fixes an issue where the cursor would not move North or West when near the edge with wrap mode disabled. E.g. CTRL+Up when less than 5 squares to the map border would not move to the map border itself, but South & East directions would.
CTRL+Up
Thanks @Th30n, that's a nice fix and simplification of the movement logic.
This also fixes an issue where the cursor would not move North or West when near the edge with wrap mode disabled. E.g.
CTRL+Up
when less than 5 squares to the map border would not move to the map border itself, but South & East directions would.