Rename leopaz' music files
This commit is contained in:
parent
a610f031ec
commit
c0143b45d0
@ -89,10 +89,10 @@ The name in brackets is the original file name.
|
||||
If neccessary, music files have been transcoded to Ogg Vorbis
|
||||
so they work in Minetest.
|
||||
|
||||
- `lzr_ambience_exploring_the_ocean.ogg` (`01_exploring_the_ocean.wav`),
|
||||
`lzr_ambience_seaside_village.ogg` (`02_seaside_village.wav`),
|
||||
`lzr_ambience_sirens_call.ogg` (`04_sirens_call.wav`),
|
||||
`lzr_ambience_stranded_in_the_ocean.ogg` (`05_stranded_in_the_ocean.wav`):
|
||||
- `lzr_ambience_leopaz_exploring_the_ocean.ogg` (`01_exploring_the_ocean.wav`),
|
||||
`lzr_ambience_leopaz_seaside_village.ogg` (`02_seaside_village.wav`),
|
||||
`lzr_ambience_leopaz_sirens_call.ogg` (`04_sirens_call.wav`),
|
||||
`lzr_ambience_leopaz_stranded_in_the_ocean.ogg` (`05_stranded_in_the_ocean.wav`):
|
||||
- By Leonardo Paz
|
||||
- License: CC BY 4.0
|
||||
- <https://opengameart.org/content/ocean-music-pack>
|
||||
|
@ -7,10 +7,10 @@
|
||||
-- Ocean music pack by Leonardo Paz
|
||||
-- CC BY 4.0
|
||||
-- https://opengameart.org/content/ocean-music-pack
|
||||
lzr_ambience.register_ambience("exploring", "lzr_ambience_exploring_the_ocean", 0.2, "Exploring the Ocean")
|
||||
lzr_ambience.register_ambience("village", "lzr_ambience_seaside_village", 0.2, "Seaside Village")
|
||||
lzr_ambience.register_ambience("sirens", "lzr_ambience_sirens_call", 0.2, "Siren's Call")
|
||||
lzr_ambience.register_ambience("stranded", "lzr_ambience_stranded_in_the_ocean", 0.2, "Stranded in the Ocean")
|
||||
lzr_ambience.register_ambience("exploring", "lzr_ambience_leopaz_exploring_the_ocean", 0.2, "Exploring the Ocean")
|
||||
lzr_ambience.register_ambience("village", "lzr_ambience_leopaz_seaside_village", 0.2, "Seaside Village")
|
||||
lzr_ambience.register_ambience("sirens", "lzr_ambience_leopaz_sirens_call", 0.2, "Siren's Call")
|
||||
lzr_ambience.register_ambience("stranded", "lzr_ambience_leopaz_stranded_in_the_ocean", 0.2, "Stranded in the Ocean")
|
||||
|
||||
-- Tracks by Vandalorum (vandalorum.bandcamp.com)
|
||||
-- CC BY 4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user