]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/Condition/ui_condition_end.tscn
02ced22b4d7662cde9d0335f21ef104fa9af739a
[wolf-seeking-sheep.git] / addons / dialogic / Modules / Condition / ui_condition_end.tscn
1 [gd_scene load_steps=2 format=3]
2
3 [ext_resource type="Script" path="res://addons/dialogic/Modules/Condition/ui_condition_end.gd" id="1_sh52m"]
4
5 [node name="Condition_End" type="HBoxContainer"]
6 offset_right = 90.0
7 offset_bottom = 23.0
8 script = ExtResource("1_sh52m")
9
10 [node name="Label" type="Label" parent="."]
11 offset_top = 2.0
12 offset_right = 141.0
13 offset_bottom = 28.0
14 text = "End of condition X"
15
16 [node name="AddElif" type="Button" parent="."]
17 offset_left = 145.0
18 offset_right = 212.0
19 offset_bottom = 31.0
20 text = "Add Elif"
21
22 [node name="AddElse" type="Button" parent="."]
23 offset_left = 216.0
24 offset_right = 290.0
25 offset_bottom = 31.0
26 text = "Add Else"