From 693163ba649ff4fa21528c5eb07ec6368c30d317 Mon Sep 17 00:00:00 2001 From: lepshiy Date: Fri, 13 Dec 2024 15:29:04 +0300 Subject: [PATCH 1/2] =?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] ] From 91aca5bb18a596e23e1138469102ec40dd323c2e Mon Sep 17 00:00:00 2001 From: lepshiy Date: Fri, 13 Dec 2024 15:33:45 +0300 Subject: [PATCH 2/2] =?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=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D0=B0=20bac?= =?UTF-8?q?kground?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tscn b/main.tscn index dc9c473..4ff535f 100644 --- a/main.tscn +++ b/main.tscn @@ -16,8 +16,8 @@ script = ExtResource("1_jt2ds") [node name="ColorRect" type="ColorRect" parent="."] -offset_right = 1596.0 -offset_bottom = 898.0 +offset_right = 2560.0 +offset_bottom = 1440.0 color = Color(0, 0, 0, 1) [node name="tabs" type="TabContainer" parent="ColorRect"]