xiandie/scene/ground/ground_loader.tscn

22 lines
775 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://clxgkj80yin2"]
[ext_resource type="Script" path="res://scene/ground/ground_loader.gd" id="1_6mjre"]
[ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="2_2ob1l"]
[ext_resource type="Script" path="res://config/audio/random_audio_stream_player.gd" id="3_vvkgn"]
[node name="GroundLoader" type="Node2D"]
script = ExtResource("1_6mjre")
[node name="Ground" parent="." instance=ExtResource("2_2ob1l")]
unique_name_in_owner = true
[node name="FootstepAudioStreamPlayer" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
volume_db = -10.0
pitch_scale = 0.6
bus = &"game_sfx"
script = ExtResource("3_vvkgn")
audio_collections = Array[Object]([])
[editable path="Ground"]