1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-12 14:19:09 +02:00
parent 339b1f9fc6
commit 3789ffb79a
3 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Config.Dob = {
Config.CinematicMode = true -- If you want to use cinematic mode, you can make it true (um special?) Config.CinematicMode = true -- If you want to use cinematic mode, you can make it true (um special?)
Config.BackgroundMusic = { Config.BackgroundMusic = {
Status = false, -- If you want to use background music, you can make it true. Status = true, -- If you want to use background music, you can make it true.
Name = 'bgmusic.mp3', -- [web/build/audio/] Name = 'bgmusic.mp3', -- [web/build/audio/]
Volume = 0.2 Volume = 0.2
} }
@ -111,7 +111,7 @@ Config.TimeSettings = {
} }
Config.Speech = { Config.Speech = {
Status = true, -- or true Status = false, -- or true
Volume = 1, -- A float that represents the volume value, between 0 (lowest) and 1 (highest.) Volume = 1, -- A float that represents the volume value, between 0 (lowest) and 1 (highest.)
Rate = 2, -- This feature is used to adjust the loudness or tone of speech. | Default 1 Rate = 2, -- This feature is used to adjust the loudness or tone of speech. | Default 1
Pitch = 0, -- This feature is used to adjust the speed of speech. | Default 1 Pitch = 0, -- This feature is used to adjust the speed of speech. | Default 1