More work on dialogue, portraits, customizer and intro
This commit is contained in:
@@ -8,15 +8,14 @@
|
||||
|
||||
[node name="QuestView" type="Panel"]
|
||||
custom_minimum_size = Vector2(375, 325)
|
||||
anchors_preset = -1
|
||||
offset_left = 12.0
|
||||
offset_right = 387.0
|
||||
offset_right = 375.0
|
||||
offset_bottom = 325.0
|
||||
script = ExtResource("1_gmxj1")
|
||||
|
||||
[node name="Setting" type="Control" parent="."]
|
||||
clip_contents = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 0
|
||||
offset_right = 375.0
|
||||
offset_bottom = 325.0
|
||||
|
||||
@@ -31,7 +30,6 @@ autoscroll = Vector2(-30, 0)
|
||||
ignore_camera_scroll = true
|
||||
|
||||
[node name="Background" type="TextureRect" parent="Setting/Control/StageParallax"]
|
||||
anchors_preset = -1
|
||||
offset_top = -50.0
|
||||
offset_right = 750.0
|
||||
offset_bottom = 375.0
|
||||
@@ -45,7 +43,6 @@ ignore_camera_scroll = true
|
||||
|
||||
[node name="Background" type="TextureRect" parent="Setting/Control/StageParallax3"]
|
||||
modulate = Color(1.179842, 1.179842, 1.179842, 1)
|
||||
anchors_preset = -1
|
||||
offset_right = 750.0
|
||||
offset_bottom = 425.0
|
||||
texture = ExtResource("3_dvgqk")
|
||||
@@ -56,7 +53,6 @@ autoscroll = Vector2(-45, 0)
|
||||
ignore_camera_scroll = true
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Setting/Control/BackgroundParallax"]
|
||||
anchors_preset = -1
|
||||
offset_top = -50.0
|
||||
offset_right = 475.0
|
||||
offset_bottom = 375.0
|
||||
@@ -68,7 +64,6 @@ autoscroll = Vector2(-45, 0)
|
||||
ignore_camera_scroll = true
|
||||
|
||||
[node name="Foreground" type="TextureRect" parent="Setting/Control/StageParallax2"]
|
||||
anchors_preset = -1
|
||||
offset_top = -50.0
|
||||
offset_right = 750.0
|
||||
offset_bottom = 375.0
|
||||
@@ -83,7 +78,39 @@ offset_bottom = 276.0
|
||||
|
||||
[node name="QuestorPosition" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 0
|
||||
offset_left = 89.0
|
||||
offset_top = 272.0
|
||||
offset_right = 89.0
|
||||
offset_bottom = 272.0
|
||||
|
||||
[node name="QuestComplete" type="Control" parent="."]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
z_index = 10
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="QuestComplete"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0, 0, 0, 0.42352942)
|
||||
|
||||
[node name="Label" type="Label" parent="QuestComplete"]
|
||||
layout_mode = 0
|
||||
offset_left = 1.0
|
||||
offset_top = 119.0
|
||||
offset_right = 376.0
|
||||
offset_bottom = 238.0
|
||||
theme_override_font_sizes/font_size = 42
|
||||
text = "QUEST
|
||||
COMPLETE!"
|
||||
horizontal_alignment = 1
|
||||
|
||||
Reference in New Issue
Block a user