forked from Simnation/Main
um
This commit is contained in:
parent
339b1f9fc6
commit
3789ffb79a
3 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ Config.Dob = {
|
|||
Config.CinematicMode = true -- If you want to use cinematic mode, you can make it true (um special?)
|
||||
|
||||
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/]
|
||||
Volume = 0.2
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ Config.TimeSettings = {
|
|||
}
|
||||
|
||||
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.)
|
||||
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
|
||||
|
|
BIN
resources/[um]/um-multicharacter/web/build/audio/bg.mp3
Normal file
BIN
resources/[um]/um-multicharacter/web/build/audio/bg.mp3
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue