|
|
|
@ -511,11 +511,15 @@ public:
|
|
|
|
|
//
|
|
|
|
|
// First set is the x cord, then the y cord, then the screen pos from the screenshot, do the same for the second set.
|
|
|
|
|
//Battel Royal
|
|
|
|
|
//Screen res 1080p
|
|
|
|
|
//default creen res 1080p
|
|
|
|
|
// 1440p is x1.333333
|
|
|
|
|
world KingsCanyon(ImVec2(25223.177734, 28906.144531), ImVec2(1197, 185), ImVec2(10399.223633, 13334.792969), ImVec2(1014, 381)); //could be more accurate
|
|
|
|
|
world WorldsEdge(ImVec2(-9190.608398, 8443.554688), ImVec2(824, 412), ImVec2(-19529.794922, -8933.173828), ImVec2(707, 608));
|
|
|
|
|
world Olympus(ImVec2(0, 0), ImVec2(0, 0), ImVec2(0, 0), ImVec2(0, 0)); //to be measured
|
|
|
|
|
world StormPoint(ImVec2(-21264.427734, -47086.878906), ImVec2(711, 983), ImVec2(40298.070313, 21163.728516), ImVec2(1321, 306));
|
|
|
|
|
// 1080p world StormPoint(ImVec2(-21264.427734, -47086.878906), ImVec2(711, 983), ImVec2(40298.070313, 21163.728516), ImVec2(1321, 306));
|
|
|
|
|
|
|
|
|
|
// 1440p world StormPoint(ImVec2(-21264.427734, -47086.878906), ImVec2(948, 1310), ImVec2(40298.070313, 21163.728516), ImVec2(1761, 306));
|
|
|
|
|
world StormPoint(ImVec2(-21264.427734, -47086.878906), ImVec2(711, 983), ImVec2(40298.070313, 21163.728516), ImVec2(1321, 408));
|
|
|
|
|
//Arena
|
|
|
|
|
world Overflow(ImVec2(-3344.994629, -4018.093018), ImVec2(552, 431), ImVec2(5039.592773, -4639.289063), ImVec2(1322, 489));
|
|
|
|
|
world DropOff(ImVec2(3135.113281, 1654.107666), ImVec2(1151, 603), ImVec2(-2920.918701, 811.240479), ImVec2(722, 663));
|
|
|
|
|