2024-12-27 13:32:12 +00:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://dayyx4jerj7io"]
|
2024-12-25 12:24:34 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scene/ground/ground.gd" id="1_0vrlo"]
|
|
|
|
[ext_resource type="Script" path="res://config/deploy/scene_config.gd" id="2_bx7rv"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cjyk6lbbdxiwf" path="res://asset/art/scene/c02/s06_院子回忆版/bg_院子1楼(黄昏有人).png" id="3_amw1x"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://by8h2yuqve7fw" path="res://asset/art/scene/c02/s06_院子回忆版/fg_有人.png" id="5_i5hii"]
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="Resource_6ux50"]
|
|
|
|
script = ExtResource("2_bx7rv")
|
|
|
|
scene_name = ""
|
|
|
|
foreground_scale = Vector2(1.2, 1.2)
|
|
|
|
foreground_position = Vector2(0, 0)
|
|
|
|
background_scale = Vector2(1, 1)
|
|
|
|
background_position = Vector2(0, 0)
|
|
|
|
player_initial_position = Vector2(300, 186)
|
|
|
|
player_initial_direction = Vector2(1, -1)
|
|
|
|
player_movement_rect = Rect2(0, 0, 0, 0)
|
|
|
|
camera_rect = Rect2(0, -1000, 664, 2317)
|
2024-12-27 07:56:45 +00:00
|
|
|
footstep_type = "concrete"
|
|
|
|
|
2024-12-25 12:24:34 +00:00
|
|
|
[node name="Ground" type="Node2D"]
|
|
|
|
script = ExtResource("1_0vrlo")
|
|
|
|
scene_config = SubResource("Resource_6ux50")
|
|
|
|
|
2024-12-26 13:58:37 +00:00
|
|
|
[node name="BGSprite2D" type="Sprite2D" parent="."]
|
2024-12-25 12:24:34 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
texture = ExtResource("3_amw1x")
|
|
|
|
centered = false
|
2024-12-27 13:32:12 +00:00
|
|
|
offset = Vector2(0, -119)
|
2024-12-25 12:24:34 +00:00
|
|
|
|
2024-12-26 13:58:37 +00:00
|
|
|
[node name="DeployLayer" type="Node2D" parent="."]
|
2024-12-25 12:24:34 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
|
|
[node name="ParallaxForeground" type="ParallaxBackground" parent="."]
|
|
|
|
unique_name_in_owner = true
|
2024-12-26 13:58:37 +00:00
|
|
|
layer = 10
|
2024-12-25 12:24:34 +00:00
|
|
|
|
2024-12-26 13:58:37 +00:00
|
|
|
[node name="BGParallaxLayer" type="ParallaxLayer" parent="ParallaxForeground"]
|
|
|
|
|
|
|
|
[node name="FGParallaxLayer" type="ParallaxLayer" parent="ParallaxForeground"]
|
2024-12-25 12:24:34 +00:00
|
|
|
motion_scale = Vector2(1.1, 1.1)
|
|
|
|
|
2024-12-26 13:58:37 +00:00
|
|
|
[node name="FGSprite2D" type="Sprite2D" parent="ParallaxForeground/FGParallaxLayer"]
|
2024-12-25 12:24:34 +00:00
|
|
|
unique_name_in_owner = true
|
2024-12-27 07:56:45 +00:00
|
|
|
position = Vector2(-34, -118)
|
2024-12-25 12:24:34 +00:00
|
|
|
texture = ExtResource("5_i5hii")
|
|
|
|
centered = false
|
|
|
|
|
|
|
|
[node name="ColorRectTop" type="ColorRect" parent="ParallaxForeground"]
|
|
|
|
custom_minimum_size = Vector2(564, 38.5)
|
|
|
|
anchors_preset = 5
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
offset_left = -282.0
|
|
|
|
offset_right = 282.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
mouse_filter = 2
|
|
|
|
color = Color(0.0519829, 0.0179176, 0.00269875, 1)
|
|
|
|
|
|
|
|
[node name="ColorRectBottom" type="ColorRect" parent="ParallaxForeground"]
|
|
|
|
custom_minimum_size = Vector2(564, 38.5)
|
|
|
|
anchors_preset = 7
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = -282.0
|
|
|
|
offset_top = -38.5
|
|
|
|
offset_right = 282.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 0
|
|
|
|
mouse_filter = 2
|
|
|
|
color = Color(0.0519829, 0.0179176, 0.00269875, 1)
|