From 39de253a3e83218f67f062ea9bea4908aadf2c60 Mon Sep 17 00:00:00 2001 From: lepshiy Date: Wed, 29 Jan 2025 14:13:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=B8=D0=B0=D0=BF=D0=BE=D0=B7=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fs.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs.gd b/fs.gd index 0378610..c976b22 100644 --- a/fs.gd +++ b/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 -