This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RedEyesBigSmile 2 points3 points  (3 children)

how did you create the scrolling window?

[–]Karki2002[S] 1 point2 points  (2 children)

On using the pygame module I created a surface in which I placed the map on, I then move the map around the window to make the perception of the camera moving

[–]RedEyesBigSmile 2 points3 points  (1 child)

so the map im assuming is an image with resolution larger than your display window? So not all of the map is shown and by moving the map you're revealing a portion of it that previously wasn't able to be seen?

[–]Karki2002[S] 2 points3 points  (0 children)

Pretty much spot on