set default map change after to 2

This commit is contained in:
interfisch 2025-03-31 07:46:43 +02:00
parent d099cde59e
commit dc4e71535a
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ func _ready() -> void:
config.set_value("video", "fullscreen", false)
config.set_value("general", "remove_cars_timeout", 15)
config.set_value("general", "automatic_map_change_after", 5)
config.set_value("general", "automatic_map_change_after", 2)
config.save(SETTINGS_FILE_PATH)
else:

View file

@ -20,7 +20,7 @@ var carpreset="normal"
var remove_cars_timeout=true
var automatic_map_change_after=5
var automatic_map_change_after=2
var automatic_map_change_in=automatic_map_change_after #change map when this reaches 0
var colorwheelstep:float=0.3