Add ability to hit NPCs and see different dialogue, add interrupt feature for dialogue controller singleton
This commit is contained in:
@@ -107,15 +107,14 @@ theme = SubResource("Theme_qq3yp")
|
||||
|
||||
[node name="Dialogue" type="MarginContainer" parent="Balloon"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchors_preset = 12
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 21.0
|
||||
offset_top = 897.0
|
||||
offset_right = 21.0
|
||||
offset_bottom = 897.0
|
||||
offset_top = -124.0
|
||||
offset_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
grow_vertical = 0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Balloon/Dialogue"]
|
||||
layout_mode = 2
|
||||
@@ -147,7 +146,6 @@ theme_override_styles/fill = SubResource("StyleBoxEmpty_vtj1a")
|
||||
theme_override_styles/background = SubResource("StyleBoxEmpty_c2c5i")
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_wv0ko")
|
||||
theme_override_styles/normal = SubResource("StyleBoxEmpty_dboi3")
|
||||
text = "Dialogue..."
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="Balloon"]
|
||||
layout_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user