like everything
This commit is contained in:
parent
246e6656f4
commit
6c57765608
9 changed files with 557 additions and 0 deletions
25
dvn.tscn
Normal file
25
dvn.tscn
Normal file
|
@ -0,0 +1,25 @@
|
|||
[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"]
|
Loading…
Add table
Add a link
Reference in a new issue