forked from Amberlim/Ambers-Dialog-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConditional.tscn
29 lines (22 loc) · 1.01 KB
/
Conditional.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[gd_scene load_steps=4 format=3 uid="uid://c2s5ab5peh3dh"]
[ext_resource type="Script" path="res://FeatureLineEdits.gd" id="1_c1odb"]
[ext_resource type="Texture2D" uid="uid://djps6et7do5gr" path="res://Assets/UI/CancelIcon.svg" id="2_es4or"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ca652"]
[node name="Conditional" type="HBoxContainer" node_paths=PackedStringArray("text", "check_button")]
offset_right = 300.0
offset_bottom = 37.0
script = ExtResource("1_c1odb")
text = NodePath("LineEdit")
check_button = NodePath("CheckButton")
[node name="LineEdit" type="LineEdit" parent="."]
layout_mode = 2
size_flags_horizontal = 3
expand_to_text_length = true
[node name="CheckButton" type="CheckButton" parent="."]
layout_mode = 2
[node name="CancelButton" type="Button" parent="."]
layout_mode = 2
mouse_default_cursor_shape = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_ca652")
icon = ExtResource("2_es4or")
[connection signal="pressed" from="CancelButton" to="." method="_on_cancel_button_pressed"]