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

This commit is contained in:
lepshiy
2025-01-29 14:13:50 +03:00
parent 91aca5bb18
commit 39de253a3e

3
fs.gd
View File

@@ -8,7 +8,7 @@ const btn_txr3: Texture2D = preload('res://red.png')
const BANDS: Array = [[390, 510],
[800, 1065],
[1065, 1210],
[1150, 1280],
[1150, 1490],
[1490, 2000],
[2000, 3500],
[3500, 6000]
@@ -296,4 +296,3 @@ func on_receive_msg8(data):
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass