From 931c524e915319e9c8f4b364fc1eb2207cf4e6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Tue, 9 Feb 2021 18:59:34 +0100 Subject: [PATCH] More time by default --- Autoload/Autoload.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Autoload/Autoload.gd b/Autoload/Autoload.gd index 61738c4..3706a18 100644 --- a/Autoload/Autoload.gd +++ b/Autoload/Autoload.gd @@ -8,7 +8,7 @@ var last_time : int const PRINT_TIME_EVERY_MILISECONDS : int = 5000 var time_to_print_next_time : int = PRINT_TIME_EVERY_MILISECONDS -var time_to_show: int = 15 * 1000 # How long test works in miliseconds +var time_to_show: int = 30 * 1000 # How long test works in miliseconds var time_for_each_step : int = -1