xiandie/scene/ground/script/c02/裂缝坍塌.tscn

27 lines
1.0 KiB
Plaintext
Raw Normal View History

2025-06-18 10:15:49 +00:00
[gd_scene load_steps=5 format=3 uid="uid://cl64mhryf4wkx"]
[ext_resource type="SpriteFrames" uid="uid://ckpe1xevbgr6h" path="res://asset/art/gif/c02_裂缝过道/c02_裂缝过道_frames.tres" id="1_5qtbw"]
[ext_resource type="Script" uid="uid://bibfu8acvmifc" path="res://scene/ground/script/c02/裂缝坍塌.gd" id="2_ctxbt"]
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/general/sfx.gd" id="3_fbmk8"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sn20u"]
size = Vector2(300, 20)
[node name="坍塌" type="AnimatedSprite2D"]
sprite_frames = ExtResource("1_5qtbw")
animation = &"石头下坠"
script = ExtResource("2_ctxbt")
[node name="Sfx坍塌" type="AudioStreamPlayer" parent="."]
bus = &"game_sfx"
script = ExtResource("3_fbmk8")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="Area2D" type="Area2D" parent="."]
position = Vector2(-217, 8)
collision_layer = 0
monitorable = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("RectangleShape2D_sn20u")