Изменение диапозонов
This commit is contained in:
3
fs.gd
3
fs.gd
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user