95 lines
2.3 KiB
Text
95 lines
2.3 KiB
Text
|
|
[gd_scene load_steps=2 format=3]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://scripts/ui/dialog_manager.gd" id="1_dlg"]
|
||
|
|
|
||
|
|
[node name="DialogManager" type="CanvasLayer"]
|
||
|
|
layer = 10
|
||
|
|
script = ExtResource("1_dlg")
|
||
|
|
|
||
|
|
[node name="HudLabel" type="Label" parent="."]
|
||
|
|
offset_left = 8.0
|
||
|
|
offset_top = 4.0
|
||
|
|
offset_right = 632.0
|
||
|
|
offset_bottom = 22.0
|
||
|
|
text = ""
|
||
|
|
modulate = Color(0.85, 0.85, 0.85, 1)
|
||
|
|
|
||
|
|
[node name="PromptLabel" type="Label" parent="."]
|
||
|
|
offset_left = 0.0
|
||
|
|
offset_top = 200.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 220.0
|
||
|
|
text = ""
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(1, 0.95, 0.6, 1)
|
||
|
|
|
||
|
|
[node name="SubtitlePanel" type="PanelContainer" parent="."]
|
||
|
|
offset_left = 20.0
|
||
|
|
offset_top = 260.0
|
||
|
|
offset_right = 620.0
|
||
|
|
offset_bottom = 350.0
|
||
|
|
|
||
|
|
[node name="V" type="VBoxContainer" parent="SubtitlePanel"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Who" type="Label" parent="SubtitlePanel/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "[Я]"
|
||
|
|
modulate = Color(0.9, 0.8, 0.5, 1)
|
||
|
|
|
||
|
|
[node name="Text" type="Label" parent="SubtitlePanel/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = ""
|
||
|
|
autowrap_mode = 3
|
||
|
|
|
||
|
|
[node name="Hint" type="Label" parent="SubtitlePanel/V"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "ЛКМ или ПРОБЕЛ — дальше"
|
||
|
|
horizontal_alignment = 2
|
||
|
|
modulate = Color(0.55, 0.55, 0.55, 1)
|
||
|
|
|
||
|
|
[node name="NoteOverlay" type="Control" parent="."]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
mouse_filter = 0
|
||
|
|
|
||
|
|
[node name="DarkBG" type="ColorRect" parent="NoteOverlay"]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
color = Color(0, 0, 0, 0.75)
|
||
|
|
|
||
|
|
[node name="Center" type="CenterContainer" parent="NoteOverlay"]
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 640.0
|
||
|
|
offset_bottom = 360.0
|
||
|
|
|
||
|
|
[node name="P" type="PanelContainer" parent="NoteOverlay/Center"]
|
||
|
|
custom_minimum_size = Vector2(420, 180)
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="V2" type="VBoxContainer" parent="NoteOverlay/Center/P"]
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Title" type="Label" parent="NoteOverlay/Center/P/V2"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Записка"
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.9, 0.8, 0.5, 1)
|
||
|
|
|
||
|
|
[node name="Text" type="Label" parent="NoteOverlay/Center/P/V2"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = ""
|
||
|
|
autowrap_mode = 3
|
||
|
|
horizontal_alignment = 1
|
||
|
|
|
||
|
|
[node name="Hint" type="Label" parent="NoteOverlay/Center/P/V2"]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "ЛКМ или ПРОБЕЛ — закрыть"
|
||
|
|
horizontal_alignment = 1
|
||
|
|
modulate = Color(0.55, 0.55, 0.55, 1)
|