implémentation de la musique de désert phase 1 #172
This commit is contained in:
BIN
common/audio_manager/assets/morceaux/niveau/desert_phase_1.ogg
Normal file
BIN
common/audio_manager/assets/morceaux/niveau/desert_phase_1.ogg
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
[remap]
|
||||
|
||||
importer="oggvorbisstr"
|
||||
type="AudioStreamOggVorbis"
|
||||
uid="uid://of68i2k1g6y2"
|
||||
path="res://.godot/imported/desert_phase_1.ogg-17d99e2b557a444ca13cc8d519f1523b.oggvorbisstr"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://common/audio_manager/assets/morceaux/niveau/desert_phase_1.ogg"
|
||||
dest_files=["res://.godot/imported/desert_phase_1.ogg-17d99e2b557a444ca13cc8d519f1523b.oggvorbisstr"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
@@ -13,6 +13,7 @@
|
||||
[ext_resource type="AudioStream" uid="uid://bmwaw1yb8hucf" path="res://common/audio_manager/assets/ambiance/vaisseau/ship_music.ogg" id="8_tuvql"]
|
||||
[ext_resource type="AudioStream" uid="uid://ccimypx71o4g6" path="res://common/audio_manager/assets/morceaux/niveau/forest_phase_2.ogg" id="10_tq535"]
|
||||
[ext_resource type="AudioStream" uid="uid://kqbqhwhkv7o3" path="res://common/audio_manager/assets/morceaux/niveau/mines_waiting.ogg" id="11_ngi21"]
|
||||
[ext_resource type="AudioStream" uid="uid://of68i2k1g6y2" path="res://common/audio_manager/assets/morceaux/niveau/desert_phase_1.ogg" id="11_yjs51"]
|
||||
[ext_resource type="AudioStream" uid="uid://b8inedx4yjslw" path="res://common/audio_manager/assets/sfx/drop/drop_1.wav" id="12_4hp8f"]
|
||||
[ext_resource type="AudioStream" uid="uid://cjbpfnlwcpjh0" path="res://common/audio_manager/assets/morceaux/niveau/forest_waiting.ogg" id="12_xmumj"]
|
||||
[ext_resource type="AudioStream" uid="uid://8nmr5vifkt1f" path="res://common/audio_manager/assets/sfx/harvest/harvest_1.wav" id="13_xoaox"]
|
||||
@@ -167,6 +168,9 @@ stream = ExtResource("5_ajci6")
|
||||
unique_name_in_owner = true
|
||||
stream = ExtResource("4_2fduo")
|
||||
|
||||
[node name="RegionDesertPhase1" type="AudioStreamPlayer" parent="Musics" unique_id=2003475958]
|
||||
stream = ExtResource("11_yjs51")
|
||||
|
||||
[node name="RegionForestLoop" type="AudioStreamPlayer" parent="Musics" unique_id=482654512]
|
||||
unique_name_in_owner = true
|
||||
stream = ExtResource("12_xmumj")
|
||||
|
||||
@@ -7,10 +7,11 @@ const MAX_VOLUME = 24.
|
||||
const DEFAULT_FADE_TIME : float = 5.0
|
||||
|
||||
const REGION_FIRST_PHASE = [
|
||||
"RegionDesertPhase1",
|
||||
"RegionForestPhase1",
|
||||
"RegionForestPhase2",
|
||||
"RegionMinePhase1",
|
||||
"RegionMinePhase2"
|
||||
"RegionMinePhase2",
|
||||
]
|
||||
|
||||
const REGION_LOOP_PHASE = [
|
||||
|
||||
Reference in New Issue
Block a user