59 lines
2.1 KiB
Plaintext
59 lines
2.1 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://bnptm4rlp60dq"]
|
|
|
|
[ext_resource type="Script" uid="uid://deq4pmm4iy6ip" path="res://scenes/настройки/настройки.gd" id="1_2l3rd"]
|
|
[ext_resource type="Script" uid="uid://c5pq0hbrij34d" path="res://table/table.gd" id="2_6sx73"]
|
|
[ext_resource type="Texture2D" uid="uid://csnts8f155sf7" path="res://data/save1.png" id="3_dbpks"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_pyq6h"]
|
|
texture = ExtResource("3_dbpks")
|
|
modulate_color = Color(0.8, 0.533333, 0.27451, 1)
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_l5g3r"]
|
|
texture = ExtResource("3_dbpks")
|
|
expand_margin_left = 20.0
|
|
expand_margin_top = 20.0
|
|
modulate_color = Color(0.8, 0.533333, 0.27451, 1)
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_tbxk6"]
|
|
texture = ExtResource("3_dbpks")
|
|
|
|
[node name="Настройки" type="Panel"]
|
|
script = ExtResource("1_2l3rd")
|
|
|
|
[node name="heard_table" type="GridContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 16.0
|
|
offset_top = 16.0
|
|
offset_right = 16.0
|
|
offset_bottom = 16.0
|
|
script = ExtResource("2_6sx73")
|
|
|
|
[node name="scroll_set" type="ScrollContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 16.0
|
|
offset_top = 44.0
|
|
offset_right = 1584.0
|
|
offset_bottom = 988.0
|
|
|
|
[node name="table" type="GridContainer" parent="scroll_set"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_6sx73")
|
|
|
|
[node name="btn_save_settings" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 1523.0
|
|
offset_top = 1057.0
|
|
offset_right = 2035.0
|
|
offset_bottom = 1569.0
|
|
scale = Vector2(0.1, 0.1)
|
|
tooltip_text = "Сохранить настройки"
|
|
focus_mode = 0
|
|
theme_override_styles/focus = SubResource("StyleBoxTexture_pyq6h")
|
|
theme_override_styles/disabled = SubResource("StyleBoxTexture_pyq6h")
|
|
theme_override_styles/hover_pressed = SubResource("StyleBoxTexture_pyq6h")
|
|
theme_override_styles/hover = SubResource("StyleBoxTexture_pyq6h")
|
|
theme_override_styles/pressed = SubResource("StyleBoxTexture_l5g3r")
|
|
theme_override_styles/normal = SubResource("StyleBoxTexture_tbxk6")
|
|
|
|
[connection signal="pressed" from="btn_save_settings" to="." method="_on_btn_save_settings_pressed"]
|