minimap work
This commit is contained in:
parent
802f1030d5
commit
ba8626b470
7 changed files with 312 additions and 118 deletions
|
|
@ -63,7 +63,7 @@ public class WorldMap : IDisposable
|
|||
var bestAngle = double.NaN;
|
||||
var bestScore = 0;
|
||||
const int sectorCount = 16;
|
||||
var fogRadius = _config.FogRadius;
|
||||
var fogRadius = _config.CaptureSize / 2;
|
||||
|
||||
for (var sector = 0; sector < sectorCount; sector++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue