From 693163ba649ff4fa21528c5eb07ec6368c30d317 Mon Sep 17 00:00:00 2001 From: lepshiy Date: Fri, 13 Dec 2024 15:29:04 +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=B0=D0=B7=D0=BE=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=BF=D0=BE=D0=BC=D0=B5=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fs.gd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs.gd b/fs.gd index 451e84c..0378610 100644 --- a/fs.gd +++ b/fs.gd @@ -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] ]