|
|
|
|
@@ -1,8 +1,12 @@
|
|
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cp75ofyuetxux"]
|
|
|
|
|
[gd_scene load_steps=7 format=3 uid="uid://cp75ofyuetxux"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://d12nyx86nlc6h" path="res://addons/escoria-ui-return-monkey-island-dialog-simple/types/floating.gd" id="1"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cn1fjp4q7b5e0" path="res://addons/escoria-ui-return-monkey-island/cursors/rounded_mouse_left.png" id="2_4itiw"]
|
|
|
|
|
[ext_resource type="Theme" uid="uid://dvwfrnya2nhxu" path="res://addons/escoria-ui-return-monkey-island-dialog-simple/theme/dialog.tres" id="2_7uovn"]
|
|
|
|
|
[ext_resource type="Theme" uid="uid://dlo07cyfhpilq" path="res://addons/escoria-ui-return-monkey-island-dialog-simple/theme.tres" id="2_f1tsx"]
|
|
|
|
|
[ext_resource type="Theme" uid="uid://bf2eet52fueam" path="res://addons/escoria-ui-return-monkey-island/theme/ui.tres" id="3_xhqtt"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4itiw"]
|
|
|
|
|
|
|
|
|
|
[node name="dialog_box" type="Window"]
|
|
|
|
|
transparent_bg = true
|
|
|
|
|
@@ -31,7 +35,11 @@ theme_override_constants/margin_top = 15
|
|
|
|
|
theme_override_constants/margin_right = 15
|
|
|
|
|
theme_override_constants/margin_bottom = 15
|
|
|
|
|
|
|
|
|
|
[node name="text_node" type="RichTextLabel" parent="PanelContainer/MarginContainer"]
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/separation = 20
|
|
|
|
|
|
|
|
|
|
[node name="text_node" type="RichTextLabel" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
clip_contents = false
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
@@ -43,3 +51,23 @@ fit_content = true
|
|
|
|
|
scroll_active = false
|
|
|
|
|
autowrap_mode = 2
|
|
|
|
|
justification_flags = 171
|
|
|
|
|
|
|
|
|
|
[node name="ClickToContinueTip" type="HBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
|
size_flags_vertical = 4
|
|
|
|
|
|
|
|
|
|
[node name="icon" type="Sprite2D" parent="PanelContainer/MarginContainer/VBoxContainer/ClickToContinueTip"]
|
|
|
|
|
position = Vector2(1, 8)
|
|
|
|
|
scale = Vector2(0.583333, 0.583333)
|
|
|
|
|
texture = ExtResource("2_4itiw")
|
|
|
|
|
offset = Vector2(-28, 1)
|
|
|
|
|
|
|
|
|
|
[node name="label" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer/ClickToContinueTip"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme = ExtResource("3_xhqtt")
|
|
|
|
|
theme_override_font_sizes/font_size = 12
|
|
|
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_4itiw")
|
|
|
|
|
text = "CLICK_TO_CONTINUE_TIP"
|
|
|
|
|
|