]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/Choice/ui_choice_end.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Modules / Choice / ui_choice_end.tscn
1 [gd_scene load_steps=2 format=3 uid="uid://cn0wbb2lk0s22"]
2
3 [ext_resource type="Script" uid="uid://cdvxat3mjhlha" path="res://addons/dialogic/Modules/Choice/ui_choice_end.gd" id="1_7qd85"]
4
5 [node name="Choice_End" type="HBoxContainer"]
6 anchors_preset = 15
7 anchor_right = 1.0
8 anchor_bottom = 1.0
9 offset_bottom = -625.0
10 grow_horizontal = 2
11 grow_vertical = 2
12 script = ExtResource("1_7qd85")
13
14 [node name="AddChoice" type="Button" parent="."]
15 layout_mode = 2
16
17 [node name="Label" type="Label" parent="."]
18 layout_mode = 2
19
20 [connection signal="pressed" from="AddChoice" to="." method="_on_add_choice_pressed"]