feat: increase distance of viewing

This commit is contained in:
Иванов Иван
2024-08-10 12:27:05 +02:00
parent 7f81380c89
commit f761a0577e
5 changed files with 17 additions and 13 deletions

View File

@@ -291,7 +291,7 @@ namespace Client.Application.ViewModels
public ObservableCollection<PathNodeViewModel> Path { get; } = new ObservableCollection<PathNodeViewModel>();
public readonly static float MIN_SCALE = 1;
public readonly static float MAX_SCALE = 64;
public readonly static float MAX_SCALE = 128;
private readonly AsyncPathMoverInterface pathMover;
private MapImageSelector selector = new MapImageSelector();
private Dictionary<uint, MapBlockViewModel> blocks = new Dictionary<uint, MapBlockViewModel>();