Posted July 08, 2022 by DevKage
Finally, I have started working on the core feature of this project, the isometric tilemap! Today I was able to add editor controls for basic map properties like the number of rows and columns. It is completely dynamic and users can change the map size on the fly. As I haven't added the tile selection logic yet, the map just uses the first tile of the sprite sheet to fill the map. I also got the mouse movement and scroll to zoom functionality working. Scrolling still needs some work, but at least it is usable for now.