Made dialog a separate view

This commit is contained in:
2024-06-24 12:04:29 -07:00
parent 89b82333bb
commit 223b4aa1dc
7 changed files with 1568 additions and 67 deletions

View File

@@ -14,12 +14,12 @@ font_size = 32
outline_size = 5
outline_color = Color(0, 0, 0, 1)
[sub_resource type="Gradient" id="5"]
[sub_resource type="Gradient" id="Gradient_itcyp"]
offsets = PackedFloat32Array(0, 0.0820312)
colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1)
[sub_resource type="GradientTexture2D" id="6"]
gradient = SubResource("5")
gradient = SubResource("Gradient_itcyp")
width = 2372
height = 1239
@@ -36,7 +36,7 @@ tracks/0/keys = {
"times": PackedFloat32Array(0.1, 0.5),
"transitions": PackedFloat32Array(1, 3.13834),
"update": 0,
"values": [Color(1, 1, 1, 1), Color(1, 1, 1, 0)]
"values": [Color(1, 1, 1, 0.368627), Color(1, 1, 1, 0)]
}
[sub_resource type="Animation" id="8"]
@@ -110,6 +110,6 @@ position_smoothing_speed = 0.5
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Node2D2" parent="CanvasLayer" instance=ExtResource("7_fj12q")]
[node name="dialogue" parent="." instance=ExtResource("7_fj12q")]
position = Vector2(328, 106)
scale = Vector2(0.75, 0.75)