Hello, i’m trying to make a strategy game and I have a question on the background/map matter.
I want to make a map like LoL (not equal to it, but the same features, meaning that I can see the whole map by moving the mouse around), and i’m wondering if the map in itself should be a static image that you can scout around with your mouse/keyboard or if it’s a series of updated images when I move the mouse like
Move mouse to the border of the screen -> image gets updated with a new one
Main question is: Which of these two methods is possible and which is the best?
Edit: Got another question, take the LoL example again, how can I make an object(let’s say, my character) move by following the position of my mouse click ?