155 lines
4.6 KiB
Plaintext
155 lines
4.6 KiB
Plaintext
[gd_scene load_steps=10 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://c5d0u7ir1y0t2" path="res://graphics/testchar.png" id="5_4qpsm"]
|
|
|
|
[sub_resource type="Animation" id="Animation_gy3gd"]
|
|
resource_name = "idle"
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Sprite:frame")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 1,
|
|
"values": [0]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_7jhts"]
|
|
length = 0.001
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Sprite:frame")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0),
|
|
"transitions": PackedFloat32Array(1),
|
|
"update": 1,
|
|
"values": [0]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_5om5g"]
|
|
resource_name = "running"
|
|
length = 0.66667
|
|
loop_mode = 1
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("Sprite:frame")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 0.06666667, 0.13333334, 0.2, 0.26666668, 0.33333334, 0.4, 0.46666667, 0.53333336, 0.6, 0.6666667),
|
|
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
|
|
"update": 1,
|
|
"values": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_pylgq"]
|
|
_data = {
|
|
&"RESET": SubResource("Animation_7jhts"),
|
|
&"idle": SubResource("Animation_gy3gd"),
|
|
&"running": SubResource("Animation_5om5g")
|
|
}
|
|
|
|
[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(-30, 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(-35, 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(-45, 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(-45, 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="SideviewSprite" type="Control" parent="Panel"]
|
|
anchors_preset = 0
|
|
offset_left = 89.0
|
|
offset_top = 274.0
|
|
offset_right = 89.0
|
|
offset_bottom = 274.0
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="Panel/SideviewSprite"]
|
|
position = Vector2(0, -53)
|
|
texture = ExtResource("5_4qpsm")
|
|
hframes = 4
|
|
vframes = 3
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="Panel/SideviewSprite"]
|
|
libraries = {
|
|
&"": SubResource("AnimationLibrary_pylgq")
|
|
}
|
|
autoplay = "running"
|