90 lines
2.8 KiB
Plaintext
90 lines
2.8 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)
|
|
anchors_preset = -1
|
|
offset_left = 12.0
|
|
offset_right = 387.0
|
|
offset_bottom = 325.0
|
|
script = ExtResource("1_gmxj1")
|
|
|
|
[node name="Setting" type="Control" parent="."]
|
|
clip_contents = true
|
|
layout_mode = 1
|
|
offset_right = 375.0
|
|
offset_bottom = 325.0
|
|
|
|
[node name="Control" type="Control" parent="Setting"]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="StageParallax" type="Parallax2D" parent="Setting/Control"]
|
|
repeat_size = Vector2(750, 0)
|
|
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
|
|
texture = ExtResource("2_0cnce")
|
|
|
|
[node name="StageParallax3" type="Parallax2D" parent="Setting/Control"]
|
|
scale = Vector2(0.8, 0.8)
|
|
repeat_size = Vector2(750, 0)
|
|
autoscroll = Vector2(-35, 0)
|
|
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")
|
|
|
|
[node name="BackgroundParallax" type="Parallax2D" parent="Setting/Control"]
|
|
repeat_size = Vector2(475, 0)
|
|
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
|
|
texture = ExtResource("4_0yhlr")
|
|
|
|
[node name="StageParallax2" type="Parallax2D" parent="Setting/Control"]
|
|
repeat_size = Vector2(750, 0)
|
|
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
|
|
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
|
|
offset_left = 89.0
|
|
offset_top = 272.0
|
|
offset_right = 89.0
|
|
offset_bottom = 272.0
|