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] ] 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"]