Hi I'm working on a map editor for my game and I need to change how the grid works. Right now it is limited to the resolution of the window. I want it to be able to scroll around to create bigger maps but I am unsure how.
There was one I looked at that included a tank demo for the map that had A* pathfinding but it's too confusing for me.
Can anyone give me some code for some simple 2D scrolling grid where you can place tiles on it and the tiles will move with the grid?
There was one I looked at that included a tank demo for the map that had A* pathfinding but it's too confusing for me.
Can anyone give me some code for some simple 2D scrolling grid where you can place tiles on it and the tiles will move with the grid?