40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dhg1syshfaem2"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/switch.gd" id="1_h0k6p"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_r5cym"]
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_b6sp7"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_bc33d"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_46fou"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_o64tc"]
|
|
|
|
[node name="PanelContainer" type="PanelContainer"]
|
|
offset_right = 186.0
|
|
offset_bottom = 44.0
|
|
mouse_default_cursor_shape = 6
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_r5cym")
|
|
script = ExtResource("1_h0k6p")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 2
|
|
color = Color(0, 0, 0, 0)
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Соединить. Отсоединить"
|
|
mouse_default_cursor_shape = 2
|
|
theme_override_styles/focus = SubResource("StyleBoxTexture_b6sp7")
|
|
theme_override_styles/hover = SubResource("StyleBoxTexture_bc33d")
|
|
theme_override_styles/pressed = SubResource("StyleBoxTexture_46fou")
|
|
theme_override_styles/normal = SubResource("StyleBoxTexture_o64tc")
|