Изменение диапазонов помех

This commit is contained in:
lepshiy
2024-12-13 15:29:04 +03:00
parent ac5857c164
commit 693163ba64

8
fs.gd
View File

@@ -5,11 +5,11 @@ 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 = [[370, 800],
const BANDS: Array = [[390, 510],
[800, 1065],
[1065, 1180],
[1180, 1450],
[1450, 2000],
[1065, 1210],
[1150, 1280],
[1490, 2000],
[2000, 3500],
[3500, 6000]
]