There’s a lot of things that I’d like to add to the game, some are outside of the scope while some are just very difficult or impossible to get working and have them look how I want them to.
One of these things is map rotation. It’s a downside to going to 2D isometric route, as your rotation options are limited, but not impossible.
Over the years I’ve kept up to date with other projects using similar systems and how they achieved rotation. The best I could find was something similar to an isometric simulation game that instantly rotates by 90 degrees at a time. This method works, but without the animation (as seen above) it can be a bit disorienting.
For now, it’s something supported by the underlying engine and could be a possibility in the future!