Game Development Community

Map Scrolling Question

by Brian Stoker · in RTS Starter Kit · 11/25/2004 (2:58 pm) · 1 replies

I noticed the map never ends when you leave the map scrolling up. It looks like the map is looping from beginning to start. Whats up with this? Seems like the map should only allow it to scroll so far and then stop. Maybe I'm crazy.

About the author

Recent Threads


#1
11/25/2004 (3:02 pm)
Nope, it simply doesn't have the "no repeating terrain" mini-resource applied, and also doesn't clamp panning to a designated world size.

Both are relatively easy to work on, just needs a bit of digging!