Mercurial > wow > bloodhound2
comparison ZoneDatum.lua @ 16:fc1aca069319 Release
Fixed a minor bug and releasing as a beta
author | only1yzerman |
---|---|
date | Sun, 08 Sep 2013 22:15:00 -0400 |
parents | 15780b1985ef |
children | e57541794df4 |
comparison
equal
deleted
inserted
replaced
15:1d042bfbb4d9 | 16:fc1aca069319 |
---|---|
125 { 1195.833, -812.500, -1689.583 }, 9 - The Veiled Stair (TheHiddenPass) (873) | 125 { 1195.833, -812.500, -1689.583 }, 9 - The Veiled Stair (TheHiddenPass) (873) |
126 { 1600, 4083.334, -233.334 }, 10 - Timeless Isle (951) | 126 { 1600, 4083.334, -233.334 }, 10 - Timeless Isle (951) |
127 { 3829.166, -7079.166, -4558.333 }, 11 - Townlong Steppes* (10) | 127 { 3829.166, -7079.166, -4558.333 }, 11 - Townlong Steppes* (10) |
128 { 1687.501, -2481.250, -1947.917 }, 12 - Vale of Eternal Blossoms* (811) (11) | 128 { 1687.501, -2481.250, -1947.917 }, 12 - Vale of Eternal Blossoms* (811) (11) |
129 { 2616.667, -2679.167, -1095.833 }, 13 - Valley of the Four Winds* (12) | 129 { 2616.667, -2679.167, -1095.833 }, 13 - Valley of the Four Winds* (12) |
130 }, | |
130 | 131 |
131 LocalToGlobal = function(x, y, datum) | 132 LocalToGlobal = function(x, y, datum) |
132 return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3]; | 133 return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3]; |
133 end; | 134 end; |
134 }; | 135 }; |