This commit is contained in:
2025-08-21 11:41:16 -04:00
parent a5d5a05369
commit 906f761041
103 changed files with 2670 additions and 250 deletions

View File

@@ -0,0 +1,90 @@
[gd_scene load_steps=6 format=3 uid="uid://du4hyv7egc7ny"]
[ext_resource type="Texture2D" uid="uid://b7jry0kqho7y7" path="res://graphics/questview/forest-back.png" id="1_pphhk"]
[ext_resource type="Texture2D" uid="uid://bu18dxqnd3hf6" path="res://graphics/questview/forest-back2.png" id="2_4qpsm"]
[ext_resource type="Texture2D" uid="uid://cr0sb3p1r7bdq" path="res://graphics/questview/forest-mid.png" id="2_mburs"]
[ext_resource type="Texture2D" uid="uid://ci7ngqo1sh7ao" path="res://graphics/questview/ground.png" id="2_rcl5q"]
[ext_resource type="Texture2D" uid="uid://blt2b7f6iqb8j" path="res://graphics/questview/test-char.png" id="4_4qpsm"]
[node name="QuestViewWindow" type="Panel"]
anchors_preset = -1
offset_left = 1.0
offset_right = 401.0
offset_bottom = 325.0
[node name="Panel" type="Panel" parent="."]
custom_minimum_size = Vector2(375, 325)
layout_mode = 1
anchors_preset = -1
offset_left = 12.0
offset_right = 387.0
offset_bottom = 325.0
[node name="Setting" type="Control" parent="Panel"]
clip_contents = true
layout_mode = 1
offset_right = 375.0
offset_bottom = 325.0
[node name="Control" type="Control" parent="Panel/Setting"]
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="StageParallax" type="Parallax2D" parent="Panel/Setting/Control"]
repeat_size = Vector2(750, 0)
autoscroll = Vector2(-20, 0)
ignore_camera_scroll = true
[node name="Background" type="TextureRect" parent="Panel/Setting/Control/StageParallax"]
anchors_preset = -1
offset_top = -50.0
offset_right = 750.0
offset_bottom = 375.0
texture = ExtResource("1_pphhk")
[node name="StageParallax3" type="Parallax2D" parent="Panel/Setting/Control"]
scale = Vector2(0.8, 0.8)
repeat_size = Vector2(750, 0)
autoscroll = Vector2(-25, 0)
ignore_camera_scroll = true
[node name="Background" type="TextureRect" parent="Panel/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("2_4qpsm")
[node name="BackgroundParallax" type="Parallax2D" parent="Panel/Setting/Control"]
repeat_size = Vector2(475, 0)
autoscroll = Vector2(-40, 0)
ignore_camera_scroll = true
[node name="TextureRect" type="TextureRect" parent="Panel/Setting/Control/BackgroundParallax"]
anchors_preset = -1
offset_top = -50.0
offset_right = 475.0
offset_bottom = 375.0
texture = ExtResource("2_rcl5q")
[node name="StageParallax2" type="Parallax2D" parent="Panel/Setting/Control"]
repeat_size = Vector2(750, 0)
autoscroll = Vector2(-40, 0)
ignore_camera_scroll = true
[node name="Foreground" type="TextureRect" parent="Panel/Setting/Control/StageParallax2"]
anchors_preset = -1
offset_top = -50.0
offset_right = 750.0
offset_bottom = 375.0
texture = ExtResource("2_mburs")
[node name="Adventurer" type="TextureRect" parent="Panel"]
layout_mode = 1
anchors_preset = -1
offset_left = 2.0
offset_top = 152.0
offset_right = 130.0
offset_bottom = 280.0
texture = ExtResource("4_4qpsm")