2025-05-03 20:39:06 +08:00

27 lines
805 B
Plaintext

[gd_scene load_steps=4 format=4]
[ext_resource type="Script" path="res://Scripts/Envirioment/Bench.cs" id="1"]
[ext_resource type="AudioStream" path="res://Audio/Music/wind_highplace.ogg" id="2"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6a61f"]
[node name="Bench" type="Area2D"]
script = ExtResource("1")
sound = ExtResource("2")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 5)
shape = SubResource("RectangleShape2D_6a61f")
[node name="Marker2D" type="Marker2D" parent="."]
position = Vector2(-11, 8)
[node name="Marker2D2" type="Marker2D" parent="."]
position = Vector2(10, 11)
[node name="Marker2D3" type="Marker2D" parent="."]
position = Vector2(50, 13)
[node name="Marker2D4" type="Marker2D" parent="."]
position = Vector2(-40, 15)