DVN/dvn.tscn
2025-02-27 00:02:50 -05:00

25 lines
860 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bd7pbhempcian"]
[ext_resource type="Script" path="res://dvn/dvn.gd" id="1_0ao5y"]
[ext_resource type="AudioStream" uid="uid://7fnndwc2fe7i" path="res://dvn/test_resources/sound_test.wav" id="2_pjx2r"]
[node name="Scene" type="Node2D"]
script = ExtResource("1_0ao5y")
[node name="DVN" type="Node" parent="."]
[node name="FadeColor" type="ColorRect" parent="DVN"]
unique_name_in_owner = true
offset_right = 1920.0
offset_bottom = 1080.0
color = Color(0, 0, 0, 0)
[node name="BGM" type="AudioStreamPlayer" parent="DVN"]
unique_name_in_owner = true
stream = ExtResource("2_pjx2r")
bus = &"BGM"
[node name="AnimationPlayer" type="AnimationPlayer" parent="DVN"]
root_node = NodePath("../..")
[connection signal="animation_finished" from="DVN/AnimationPlayer" to="." method="_on_animation_player_animation_finished"]