You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
569 B
21 lines
569 B
[gd_scene load_steps=2 format=3 uid="uid://dnrpcgjkyoiau"]
|
|
|
|
[ext_resource type="Script" uid="uid://dlrnhnnonum4o" path="res://addons/dialogic_additions/Quest/ui_condition_end.gd" id="1_f3miq"]
|
|
|
|
[node name="Condition_End" type="HBoxContainer"]
|
|
offset_right = 90.0
|
|
offset_bottom = 23.0
|
|
script = ExtResource("1_f3miq")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "End of condition X"
|
|
|
|
[node name="AddElif" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Add Elif"
|
|
|
|
[node name="AddElse" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Add Else"
|