WIP: Metroidvania
This commit is contained in:
parent
4e3b2e4ac9
commit
f456725cf2
116 changed files with 1998 additions and 0 deletions
12
metroidvania/Assets/Music and Sounds/Music.tscn
Normal file
12
metroidvania/Assets/Music and Sounds/Music.tscn
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Music and Sounds/Music.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Music and Sounds/Music.ogg" type="AudioStream" id=2]
|
||||
|
||||
[node name="Music" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
music_list = [ ExtResource( 2 ) ]
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
volume_db = -20.0
|
||||
[connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"]
|
Loading…
Add table
Add a link
Reference in a new issue