From 728c0c1e14d13f7aa1f48e3b110bee9b6fcc6d77 Mon Sep 17 00:00:00 2001 From: Gustav Date: Sun, 24 May 2020 14:58:17 +0200 Subject: [PATCH] Fix ProjectSettings.save_custom documentation --- doc/classes/ProjectSettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index daf8cb1d2fc..92e5b4a84ff 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -137,7 +137,7 @@ - Saves the configuration to a custom file. + Saves the configuration to a custom file. The file extension must be [code].godot[/code] (to save in text-based [ConfigFile] format) or [code].binary[/code] (to save in binary format).