#40 création du général music

This commit is contained in:
2025-08-21 11:32:05 +02:00
parent a81361abec
commit 11b732c488
8 changed files with 51 additions and 38 deletions

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://eoocn1djnep8"
path="res://.godot/imported/fin_de_cycle_phase_1.ogg-0301502b32d205c2f3af7024215b1396.oggvorbisstr"
[deps]
source_file="res://common/music/assets/fin_de_cycle_phase_1.ogg"
dest_files=["res://.godot/imported/fin_de_cycle_phase_1.ogg-0301502b32d205c2f3af7024215b1396.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://dnskjv3wty2ms"
path="res://.godot/imported/niveau_forestier_phase_1.ogg-7491c9a17746b2904cbf2752648c650d.oggvorbisstr"
[deps]
source_file="res://common/music/assets/niveau_forestier_phase_1.ogg"
dest_files=["res://.godot/imported/niveau_forestier_phase_1.ogg-7491c9a17746b2904cbf2752648c650d.oggvorbisstr"]
[params]
loop=true
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

9
common/music/music.tscn Normal file
View File

@@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://b6hscxcrj065q"]
[ext_resource type="AudioStream" uid="uid://dnskjv3wty2ms" path="res://common/music/assets/niveau_forestier_phase_1.ogg" id="1_hmej1"]
[node name="Music" type="Node"]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("1_hmej1")
autoplay = true