codeka / wwmmo

War Worlds MMO
MIT License
291 stars 201 forks source link

The star export seems to have gaps at x=0 and y=0. #142

Open codeka opened 7 years ago

codeka commented 7 years ago

See: http://213.163.74.8/stars/stars-overall-zoom-4.png

Gloomyempire commented 5 years ago

I changed the coordinates displayed/outputted for x to be if(x<0) set x = x +1; and for the y coordinate if(y>0) set y = y - 1 and it seemed to work. That should remove the gap from what I have seen. I don't know how possible it is to change the coordinates displayed/outputted so it might not really be worth it.