2025-06-20 17:51:36 +00:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://dewbg4phd8c17"]
|
2025-06-19 06:50:06 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://tn7sfe0qmix2" path="res://scene/ground/script/c02/追猫猪头怪.gd" id="1_lrjfo"]
|
|
|
|
[ext_resource type="Script" uid="uid://wapo47a1oddf" path="res://scene/entity/audio/sfx2d.gd" id="2_35vtd"]
|
2025-06-20 17:51:36 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://djc818l7b4oif" path="res://asset/audio/sfx/脚步/sfx_猪头走路1.wav" id="2_icl85"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://0pm6s7jdo5ca" path="res://asset/audio/sfx/脚步/sfx_猪头走路2.wav" id="3_q3g2s"]
|
2025-06-19 06:50:06 +00:00
|
|
|
[ext_resource type="SpriteFrames" uid="uid://b85gyfhk1mg6r" path="res://asset/art/gif/c02_盒子猫/c02_盒子猫_frames.tres" id="4_3sbui"]
|
2025-06-20 17:51:36 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dkadc7ewletgn" path="res://asset/audio/sfx/交互/第一章/sfx_猪头喘气.wav" id="4_3ypo7"]
|
2025-06-19 06:50:06 +00:00
|
|
|
|
|
|
|
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_3sbui"]
|
|
|
|
playback_mode = 1
|
2025-06-20 17:51:36 +00:00
|
|
|
streams_count = 2
|
|
|
|
stream_0/stream = ExtResource("2_icl85")
|
|
|
|
stream_1/stream = ExtResource("3_q3g2s")
|
2025-06-19 06:50:06 +00:00
|
|
|
|
|
|
|
[node name="追猫猪头怪" type="Node2D"]
|
|
|
|
script = ExtResource("1_lrjfo")
|
|
|
|
|
|
|
|
[node name="SfxFootstep" type="AudioStreamPlayer2D" parent="."]
|
|
|
|
stream = SubResource("AudioStreamRandomizer_3sbui")
|
|
|
|
max_distance = 600.0
|
|
|
|
attenuation = 1.7411
|
|
|
|
bus = &"game_sfx"
|
|
|
|
script = ExtResource("2_35vtd")
|
|
|
|
metadata/_custom_type_script = "uid://wapo47a1oddf"
|
|
|
|
|
2025-06-20 17:51:36 +00:00
|
|
|
[node name="Sfx喘气" type="AudioStreamPlayer2D" parent="."]
|
|
|
|
stream = ExtResource("4_3ypo7")
|
|
|
|
autoplay = true
|
|
|
|
max_distance = 800.0
|
|
|
|
attenuation = 1.7411
|
|
|
|
bus = &"game_sfx"
|
|
|
|
script = ExtResource("2_35vtd")
|
|
|
|
loop = true
|
|
|
|
metadata/_custom_type_script = "uid://wapo47a1oddf"
|
|
|
|
|
2025-06-19 06:50:06 +00:00
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
|
|
z_index = 20
|
|
|
|
sprite_frames = ExtResource("4_3sbui")
|
|
|
|
animation = &"猪头怪呼吸"
|
2025-06-20 11:36:00 +00:00
|
|
|
offset = Vector2(-29, -68)
|