Add Valorant and Fall Guys

pull/1164/head
Devium 3 years ago
parent 7ad01ef51a
commit ec6d0fc1d8

@ -25,7 +25,7 @@ storymode = { optional = true, type = "bool", default = false, example = false,
[settings.background] [settings.background]
background_choice = { optional = true, default = "minecraft", example = "rocket-league", options = ["minecraft", "gta", "rocket-league", "motor-gta", "csgo-surf", "cluster-truck", ""], explanation = "Sets the background for the video based on game name" } background_choice = { optional = true, default = "minecraft", example = "rocket-league", options = ["minecraft", "gta", "rocket-league", "motor-gta", "csgo-surf", "cluster-truck", "fall-guys", "valorant", ""], explanation = "Sets the background for the video based on game name" }
#background_audio = { optional = true, type = "bool", default = false, example = false, options = [true, false,], explanation = "Sets a audio to play in the background (put a background.mp3 file in the assets/backgrounds directory for it to be used.)" } #background_audio = { optional = true, type = "bool", default = false, example = false, options = [true, false,], explanation = "Sets a audio to play in the background (put a background.mp3 file in the assets/backgrounds directory for it to be used.)" }
#background_audio_volume = { optional = true, type = "float", default = 0.3, example = 0.1, explanation="Sets the volume of the background audio. only used if the background_audio is also set to true" } #background_audio_volume = { optional = true, type = "float", default = 0.3, example = 0.1, explanation="Sets the volume of the background audio. only used if the background_audio is also set to true" }

@ -42,4 +42,16 @@ background_options = {
"No Copyright Gameplay", "No Copyright Gameplay",
lambda t: ("center", 480 + t), lambda t: ("center", 480 + t),
), ),
"fall-guys": ( # Falls Guys Gameplay
"https://www.youtube.com/watch?v=Gm3Ypy_4k88",
"fall_guys.mp4",
"Throneful",
lambda t: ("center", 480 + t),
),
"valorant": ( # Valorant Gameplay
"https://www.youtube.com/watch?v=Wrdh5HrOCMc",
"valorant.mp4",
"Throneful",
lambda t: ("center", 480 + t),
),
} }

Loading…
Cancel
Save