Обновление диапазонов секторов

This commit is contained in:
lepshiy
2024-11-22 14:49:14 +03:00
parent 958d65b8c5
commit ac5857c164
4 changed files with 27 additions and 27 deletions

14
fs.gd
View File

@@ -5,13 +5,13 @@ const btn_txr1: Texture2D = preload('res://grey.png')
const btn_txr2: Texture2D = preload('res://blue.png')
const btn_txr3: Texture2D = preload('res://red.png')
const BANDS: Array = [[400, 1200],
[1200, 2000],
[2000, 2800],
[2800, 3600],
[3600, 4400],
[4400, 5200],
[5200, 6000]
const BANDS: Array = [[370, 800],
[800, 1065],
[1065, 1180],
[1180, 1450],
[1450, 2000],
[2000, 3500],
[3500, 6000]
]
const SECTORS: Array = [[314.5, 44.5],
[44.5, 134.5],