35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://xoa63do5352k"]
|
|
|
|
[ext_resource type="SpriteFrames" uid="uid://b7fhheih1hbvf" path="res://config/animation/entity_sprite_frames.tres" id="1_ske87"]
|
|
[ext_resource type="AudioStream" uid="uid://l0whtf4cscgx" path="res://asset/audio/sfx/交互/猫咪呼噜.mp3" id="2_78mp3"]
|
|
[ext_resource type="Script" uid="uid://wapo47a1oddf" path="res://scene/entity/audio/sfx2d.gd" id="3_7ff8c"]
|
|
[ext_resource type="AudioStream" uid="uid://bpvstm0yqoux7" path="res://asset/audio/sfx/交互/猫咪消失.mp3" id="4_uq27y"]
|
|
[ext_resource type="AudioStream" uid="uid://egfenxu2p5tw" path="res://asset/audio/sfx/交互/猫咪走路.mp3" id="5_2ijws"]
|
|
|
|
[node name="过道小猫" type="AnimatedSprite2D"]
|
|
sprite_frames = ExtResource("1_ske87")
|
|
animation = &"c00_过道小猫"
|
|
|
|
[node name="Sfx2D呼噜" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("2_78mp3")
|
|
max_distance = 1000.0
|
|
bus = &"game_sfx"
|
|
script = ExtResource("3_7ff8c")
|
|
metadata/_custom_type_script = "uid://wapo47a1oddf"
|
|
|
|
[node name="Sfx2D消失" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("4_uq27y")
|
|
max_distance = 1000.0
|
|
bus = &"game_sfx"
|
|
script = ExtResource("3_7ff8c")
|
|
metadata/_custom_type_script = "uid://wapo47a1oddf"
|
|
|
|
[node name="Sfx2D走路" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("5_2ijws")
|
|
max_distance = 1000.0
|
|
bus = &"game_sfx"
|
|
script = ExtResource("3_7ff8c")
|
|
loop = true
|
|
loop_round_time = 0.5
|
|
metadata/_custom_type_script = "uid://wapo47a1oddf"
|