Skip to content

Commit

Permalink
New multicellular tracks (Revolutionary-Games#3736) (#68)
Browse files Browse the repository at this point in the history
* Added new (old) multicellular tracks
Co-authored-by: Oliveriver <oliveriver1@gmail.com>
  • Loading branch information
adQuid committed Aug 24, 2022
1 parent 2a545a2 commit 64be967
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 3 deletions.
3 changes: 3 additions & 0 deletions assets/sounds/multicellular-theme-4.ogg
Git LFS file not shown
15 changes: 15 additions & 0 deletions assets/sounds/multicellular-theme-4.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[remap]

importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/multicellular-theme-4.ogg-be5f3983b39fd4ff23a590b559ded19d.oggstr"

[deps]

source_file="res://assets/sounds/multicellular-theme-4.ogg"
dest_files=[ "res://.import/multicellular-theme-4.ogg-be5f3983b39fd4ff23a590b559ded19d.oggstr" ]

[params]

loop=false
loop_offset=0
3 changes: 3 additions & 0 deletions assets/sounds/multicellular-theme-5.ogg
Git LFS file not shown
15 changes: 15 additions & 0 deletions assets/sounds/multicellular-theme-5.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[remap]

importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/multicellular-theme-5.ogg-95da0c7832e4ca973d209a8812241bbb.oggstr"

[deps]

source_file="res://assets/sounds/multicellular-theme-5.ogg"
dest_files=[ "res://.import/multicellular-theme-5.ogg-95da0c7832e4ca973d209a8812241bbb.oggstr" ]

[params]

loop=false
loop_offset=0
3 changes: 3 additions & 0 deletions assets/sounds/multicellular-theme-6.ogg
Git LFS file not shown
15 changes: 15 additions & 0 deletions assets/sounds/multicellular-theme-6.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[remap]

importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/multicellular-theme-6.ogg-e5f6a9354a6d6c85b522c10d4c3a2a60.oggstr"

[deps]

source_file="res://assets/sounds/multicellular-theme-6.ogg"
dest_files=[ "res://.import/multicellular-theme-6.ogg-e5f6a9354a6d6c85b522c10d4c3a2a60.oggstr" ]

[params]

loop=false
loop_offset=0
18 changes: 18 additions & 0 deletions simulation_parameters/common/gallery.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,24 @@
"Type": "AudioPlayback",
"Artist": "Oliveriver",
"Title": "Ice Ocean Theme"
},
{
"ResourcePath": "res://assets/sounds/multicellular-theme-4.ogg",
"Type": "AudioPlayback",
"Artist": "LegoHoss",
"Title": "Multicellular Theme 2"
},
{
"ResourcePath": "res://assets/sounds/multicellular-theme-5.ogg",
"Type": "AudioPlayback",
"Artist": "LegoHoss",
"Title": "Underwater Theme"
},
{
"ResourcePath": "res://assets/sounds/multicellular-theme-6.ogg",
"Type": "AudioPlayback",
"Artist": "Oliveriver",
"Title": "Multicellular Theme 3"
}
]
},
Expand Down
19 changes: 16 additions & 3 deletions simulation_parameters/common/music_tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,35 @@
{
"Tracks": [
{
"ResourcePath": "res://assets/sounds/microbe-theme-4.ogg"
},
{
"ResourcePath": "res://assets/sounds/microbe-theme-5.ogg"
},
{
"ResourcePath": "res://assets/sounds/microbe-theme-6.ogg"
},
{
"Volume": 0.6,
"ResourcePath": "res://assets/sounds/multicellular-theme-1.ogg"
},
{
"Volume": 0.5,
"ResourcePath": "res://assets/sounds/multicellular-theme-2.ogg"
},
{
"ResourcePath": "res://assets/sounds/multicellular-theme-3.ogg"
},
{
"ResourcePath": "res://assets/sounds/microbe-theme-4.ogg"
"Volume": 0.4,
"ResourcePath": "res://assets/sounds/multicellular-theme-4.ogg"
},
{
"ResourcePath": "res://assets/sounds/microbe-theme-5.ogg"
"Volume": 0.4,
"ResourcePath": "res://assets/sounds/multicellular-theme-5.ogg"
},
{
"ResourcePath": "res://assets/sounds/microbe-theme-6.ogg"
"ResourcePath": "res://assets/sounds/multicellular-theme-6.ogg"
}
]
},
Expand Down

0 comments on commit 64be967

Please sign in to comment.