29 lines
900 B
Plaintext
29 lines
900 B
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dgidt8lifm7xe"]
|
|
|
|
[ext_resource type="Script" uid="uid://btvrqnnjjum20" path="res://table/set-toggle.gd" id="1_kvru5"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_f4oye"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_t3fqw"]
|
|
|
|
[sub_resource type="Theme" id="Theme_odxqp"]
|
|
CheckButton/styles/focus = SubResource("StyleBoxEmpty_t3fqw")
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_kvru5"]
|
|
|
|
[node name="LineEdit" type="LineEdit"]
|
|
offset_right = 85.0
|
|
offset_bottom = 27.0
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_f4oye")
|
|
editable = false
|
|
script = ExtResource("1_kvru5")
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 21.0
|
|
offset_top = 1.0
|
|
offset_right = 65.0
|
|
offset_bottom = 25.0
|
|
theme = SubResource("Theme_odxqp")
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_kvru5")
|