Hi there,
Been playing around with this a bit. I have a background in web development but not game development. I think I am getting the basics of how to use this, but one thing that's not clear to me is how to implement scrolling for a map.
Couple of questions related to this:
1. Say I have a very wide map in the editor (1600 tiles or so) I can't seem to scroll the "zoomed" part of the map editor. I can zoom in and out, but I can't focus when zoomed in.
2. On an update tick, I am not sure how I would implement scrolling through a map. My best guess is that I would draw the map with a negative x offset equal to the scroll position?