24 lines
822 B
Plaintext
24 lines
822 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c56libjobd7at"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://cuac3ho7a77jx" path="res://Sounds/OST/Pigeon Park.wav" id="1_jxkdy"]
|
|
[ext_resource type="Texture2D" uid="uid://dlf6maer3k5oq" path="res://Objects/MusicBox/MusicBox.png" id="2_lekfo"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_85jss"]
|
|
size = Vector2(98, 51)
|
|
|
|
[node name="MusicBox" type="StaticBody2D"]
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("1_jxkdy")
|
|
autoplay = true
|
|
max_distance = 800.0
|
|
attenuation = 6.27666
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
z_index = 1
|
|
texture = ExtResource("2_lekfo")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-4, 22)
|
|
shape = SubResource("RectangleShape2D_85jss")
|