xiandie/scene/ground/parallax_foreground.tscn

20 lines
846 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://02lmmldikfar"]
[ext_resource type="Script" path="res://scene/ground/parallax_foreground.gd" id="1_32n5c"]
[ext_resource type="Texture2D" uid="uid://by8h2yuqve7fw" path="res://asset/art/第一章/场景六(院子回忆版)/前景有人版.png" id="2_takn1"]
[ext_resource type="PackedScene" uid="uid://o4a2eluydtep" path="res://scene/ground/boarder_frame.tscn" id="4_18dtv"]
[node name="ParallaxForeground" type="ParallaxBackground"]
script = ExtResource("1_32n5c")
[node name="ParallaxLayer2" type="ParallaxLayer" parent="."]
motion_scale = Vector2(1.1, 1.1)
[node name="Sprite2D" type="Sprite2D" parent="ParallaxLayer2"]
position = Vector2(-4, 23)
scale = Vector2(1.2, 1.2)
texture = ExtResource("2_takn1")
centered = false
[node name="ShadedFrame" parent="." instance=ExtResource("4_18dtv")]