\#7 ajout de la musique de fond
This commit is contained in:
parent
a91ca5f7f1
commit
660af9a27a
@ -32,6 +32,11 @@ item = ExtResource("6_bf3um")
|
|||||||
[node name="Planet" parent="." node_paths=PackedStringArray("import_entities_from_node") instance=ExtResource("1_pyidc")]
|
[node name="Planet" parent="." node_paths=PackedStringArray("import_entities_from_node") instance=ExtResource("1_pyidc")]
|
||||||
import_entities_from_node = NodePath("../Entities")
|
import_entities_from_node = NodePath("../Entities")
|
||||||
|
|
||||||
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="Planet"]
|
||||||
|
stream = ExtResource("5_l8v81")
|
||||||
|
volume_db = -4.0
|
||||||
|
autoplay = true
|
||||||
|
|
||||||
[node name="Camera" parent="." node_paths=PackedStringArray("following") instance=ExtResource("3_vvh5c")]
|
[node name="Camera" parent="." node_paths=PackedStringArray("following") instance=ExtResource("3_vvh5c")]
|
||||||
position = Vector2(2.22, 0)
|
position = Vector2(2.22, 0)
|
||||||
following = NodePath("../Entities/Player")
|
following = NodePath("../Entities/Player")
|
||||||
|
|||||||
BIN
stages/terrain/planet/music/Niveau forestier - Phase 1.ogg
Normal file
BIN
stages/terrain/planet/music/Niveau forestier - Phase 1.ogg
Normal file
Binary file not shown.
@ -0,0 +1,19 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="oggvorbisstr"
|
||||||
|
type="AudioStreamOggVorbis"
|
||||||
|
uid="uid://dnskjv3wty2ms"
|
||||||
|
path="res://.godot/imported/Niveau forestier - Phase 1.ogg-e5e56702d91a8289a6c0f4429297611d.oggvorbisstr"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://stages/terrain/planet/music/Niveau forestier - Phase 1.ogg"
|
||||||
|
dest_files=["res://.godot/imported/Niveau forestier - Phase 1.ogg-e5e56702d91a8289a6c0f4429297611d.oggvorbisstr"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=true
|
||||||
|
loop_offset=0
|
||||||
|
bpm=0
|
||||||
|
beat_count=0
|
||||||
|
bar_beats=4
|
||||||
Loading…
Reference in New Issue
Block a user