Template:Fragoria Map

From FragoriaWiki

(Difference between revisions)
Jump to: navigation, search
Line 200: Line 200:
// repeat across x-axis
// repeat across x-axis
if (x < 0 || x >= tileRange) {
if (x < 0 || x >= tileRange) {
-
// x = (x % tileRange + tileRange) % tileRange;
+
x = (x % tileRange + tileRange) % tileRange;
-
return null;
+
// return null;
}
}

Revision as of 01:27, 6 April 2015

Fragoria Map

Coordinates

Personal tools
Date/Time
Server & Cross

Super-Cross Server