Add new sounds and kompress the sound folder

master
PilzAdam 2012-08-20 17:03:42 +02:00
parent 65a0a24bf4
commit 430e0c9adb
8 changed files with 6 additions and 3 deletions

View File

@ -22,8 +22,8 @@ local day = {
local day_frequent = {
handler = {},
frequency = 25,
{name="robin2", length=43},
{name="birdsongnl", length=72},
{name="robin2", length=16},
{name="birdsongnl", length=12.5},
{name="bird", length=30}
}
@ -66,7 +66,10 @@ local music = {
handler = {},
frequency = 1,
{name="mtest", length=4*60+33, gain=0.3},
{name="music_1", length=1*60+52, gain=0.3}
{name="music_1", length=1*60+52, gain=0.3},
{name="ambiance", length=19, gain=0.3},
{name="dark_ambiance", length=46, gain=0.3},
{name="eastern_feeling", lenght=3*60+51}
}
local is_daytime = function()

BIN
sounds.zip Normal file

Binary file not shown.

BIN
sounds/ambiance.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
sounds/dark_ambiance.ogg Normal file

Binary file not shown.

BIN
sounds/eastern_feeling.ogg Normal file

Binary file not shown.

Binary file not shown.