From 26c617654e6bb83b22f712269d794c7687d450eb 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 (cherry picked from commit 728c0c1e14d13f7aa1f48e3b110bee9b6fcc6d77) --- 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 a9632e4b21d..7a14634c1f2 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).