117 lines
3.4 KiB
Plaintext
117 lines
3.4 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://ytfwb1vyrmsx"]
|
|
|
|
[ext_resource type="Script" uid="uid://bm4826vxrmuqh" path="res://scripts/quest_view.gd" id="1_gmxj1"]
|
|
[ext_resource type="Texture2D" uid="uid://b7jry0kqho7y7" path="res://graphics/questview/forest-back.png" id="2_0cnce"]
|
|
[ext_resource type="Texture2D" uid="uid://bu18dxqnd3hf6" path="res://graphics/questview/forest-back2.png" id="3_dvgqk"]
|
|
[ext_resource type="Texture2D" uid="uid://ci7ngqo1sh7ao" path="res://graphics/questview/ground.png" id="4_0yhlr"]
|
|
[ext_resource type="Texture2D" uid="uid://cr0sb3p1r7bdq" path="res://graphics/questview/forest-mid.png" id="5_h4ad0"]
|
|
|
|
[node name="QuestView" type="Panel"]
|
|
custom_minimum_size = Vector2(375, 325)
|
|
offset_right = 375.0
|
|
offset_bottom = 325.0
|
|
script = ExtResource("1_gmxj1")
|
|
base_speed = 45.0
|
|
|
|
[node name="Setting" type="Control" parent="."]
|
|
clip_contents = true
|
|
layout_mode = 1
|
|
anchors_preset = 0
|
|
offset_right = 375.0
|
|
offset_bottom = 325.0
|
|
|
|
[node name="Layers" type="Control" parent="Setting"]
|
|
unique_name_in_owner = true
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="StageParallax" type="Parallax2D" parent="Setting/Layers"]
|
|
scroll_scale = Vector2(0.667, 0.667)
|
|
repeat_size = Vector2(750, 0)
|
|
ignore_camera_scroll = true
|
|
|
|
[node name="Background" type="TextureRect" parent="Setting/Layers/StageParallax"]
|
|
offset_top = -50.0
|
|
offset_right = 750.0
|
|
offset_bottom = 375.0
|
|
texture = ExtResource("2_0cnce")
|
|
|
|
[node name="StageParallax3" type="Parallax2D" parent="Setting/Layers"]
|
|
scale = Vector2(0.8, 0.8)
|
|
scroll_scale = Vector2(0.778, 0.778)
|
|
repeat_size = Vector2(750, 0)
|
|
ignore_camera_scroll = true
|
|
|
|
[node name="Background" type="TextureRect" parent="Setting/Layers/StageParallax3"]
|
|
modulate = Color(1.179842, 1.179842, 1.179842, 1)
|
|
offset_right = 750.0
|
|
offset_bottom = 425.0
|
|
texture = ExtResource("3_dvgqk")
|
|
|
|
[node name="BackgroundParallax" type="Parallax2D" parent="Setting/Layers"]
|
|
repeat_size = Vector2(475, 0)
|
|
ignore_camera_scroll = true
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Setting/Layers/BackgroundParallax"]
|
|
offset_top = -50.0
|
|
offset_right = 475.0
|
|
offset_bottom = 375.0
|
|
texture = ExtResource("4_0yhlr")
|
|
|
|
[node name="StageParallax2" type="Parallax2D" parent="Setting/Layers"]
|
|
repeat_size = Vector2(750, 0)
|
|
ignore_camera_scroll = true
|
|
|
|
[node name="Foreground" type="TextureRect" parent="Setting/Layers/StageParallax2"]
|
|
offset_top = -50.0
|
|
offset_right = 750.0
|
|
offset_bottom = 375.0
|
|
texture = ExtResource("5_h4ad0")
|
|
|
|
[node name="EnemyPosition" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_left = 292.0
|
|
offset_top = 276.0
|
|
offset_right = 292.0
|
|
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
|