1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

lots more live radar updates

This commit is contained in:
RaidMax
2019-07-05 20:53:03 -05:00
parent 94cdff9fcd
commit 3299ed5182
135 changed files with 439 additions and 87 deletions

View File

@ -18,6 +18,10 @@ namespace LiveRadar
public int MaxBottom { get; set; }
public int MaxLeft { get; set; }
public int MaxRight { get; set; }
public float Rotation { get; set; }
public float CenterX { get; set; }
public float CenterY { get; set; }
public float Scaler { get; set; } = 1.0f;
public int Width => MaxLeft - MaxRight;
public int Height => MaxTop - MaxBottom;