radar code cleanup #74 #111

This commit is contained in:
Matt Walsh
2025-06-16 15:45:43 -05:00
parent 9eb192146a
commit bb0ad8ff32
4 changed files with 24 additions and 98 deletions

View File

@@ -3,4 +3,3 @@ export const TILE_COUNT = { x: 10, y: 11 };
export const TILE_FULL_SIZE = { x: 6800, y: 4255 };
export const RADAR_FULL_SIZE = { width: 2550, height: 1600 };
export const RADAR_FINAL_SIZE = { width: 640, height: 367 };
export const RADAR_SOURCE_SIZE = { width: 480, height: 276 };