Merge remote-tracking branch 'lepshiy/master'

This commit is contained in:
MaD_CaT
2024-12-13 15:42:38 +03:00
2 changed files with 6 additions and 6 deletions

8
fs.gd
View File

@@ -5,11 +5,11 @@ const btn_txr1: Texture2D = preload('res://grey.png')
const btn_txr2: Texture2D = preload('res://blue.png') const btn_txr2: Texture2D = preload('res://blue.png')
const btn_txr3: Texture2D = preload('res://red.png') const btn_txr3: Texture2D = preload('res://red.png')
const BANDS: Array = [[370, 800], const BANDS: Array = [[390, 510],
[800, 1065], [800, 1065],
[1065, 1180], [1065, 1210],
[1180, 1450], [1150, 1280],
[1450, 2000], [1490, 2000],
[2000, 3500], [2000, 3500],
[3500, 6000] [3500, 6000]
] ]

View File

@@ -16,8 +16,8 @@
script = ExtResource("1_jt2ds") script = ExtResource("1_jt2ds")
[node name="ColorRect" type="ColorRect" parent="."] [node name="ColorRect" type="ColorRect" parent="."]
offset_right = 1596.0 offset_right = 2560.0
offset_bottom = 898.0 offset_bottom = 1440.0
color = Color(0, 0, 0, 1) color = Color(0, 0, 0, 1)
[node name="tabs" type="TabContainer" parent="ColorRect"] [node name="tabs" type="TabContainer" parent="ColorRect"]