From 83f6b983d4475404755a4f7c05accea93b7c160c Mon Sep 17 00:00:00 2001 From: cyteon Date: Thu, 16 May 2024 13:42:30 +0200 Subject: [PATCH] type fix --- utils/.config.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/.config.template.toml b/utils/.config.template.toml index 39eb069..e2fc135 100644 --- a/utils/.config.template.toml +++ b/utils/.config.template.toml @@ -33,7 +33,7 @@ resolution_w = { optional = false, default = 1080, example = 1440, explantation resolution_h = { optional = false, default = 1920, example = 2560, explantation = "Sets the height in pixels of the final video" } zoom = { optional = true, default = 1, example = 1.1, explanation = "Sets the browser zoom level. Useful if you want the text larger.", type = "float", nmin = 0.1, nmax = 2, oob_error = "The text is really difficult to read at a zoom level higher than 2" } channel_name = { optional = true, default = "Reddit Tales", example = "Reddit Stories", explanation = "Sets the username that appaers in the fancy title screen" } -words_on_screen = { optional = true, default = 10, example = 1, explanation = "Sets how many words should be shown on screen" } +words_on_screen = { optional = true, default = 10, example = 1, type="int", explanation = "Sets how many words should be shown on screen" } [settings.background] background_video = { optional = true, default = "minecraft", example = "rocket-league", options = ["minecraft", "gta", "rocket-league", "motor-gta", "csgo-surf", "cluster-truck", "minecraft-2","multiversus","fall-guys","steep", ""], explanation = "Sets the background for the video based on game name" }