45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://hpnlvq2n3sk6"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://ui/Conversation/ConversationChoice.gd" id="1_g3xcr"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bfs846c4ajjba" path="res://ui/Conversation/choice_arrow.tres" id="2_lv0se"]
|
||
|
|
||
|
[node name="ConversationChoice" type="Control"]
|
||
|
custom_minimum_size = Vector2(0, 50)
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
size_flags_horizontal = 3
|
||
|
script = ExtResource("1_g3xcr")
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||
|
custom_minimum_size = Vector2(0, 50)
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
|
||
|
[node name="Button" type="Button" parent="HBoxContainer"]
|
||
|
custom_minimum_size = Vector2(0, 50)
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 4
|
||
|
theme_type_variation = &"ConversationChoice"
|
||
|
text = "test"
|
||
|
alignment = 0
|
||
|
|
||
|
[node name="ArrowMargin" type="MarginContainer" parent="HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/margin_bottom = 12
|
||
|
|
||
|
[node name="ChoiceArrow" type="TextureRect" parent="HBoxContainer/ArrowMargin"]
|
||
|
visible = false
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 8
|
||
|
size_flags_vertical = 4
|
||
|
texture = ExtResource("2_lv0se")
|