summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-05-29 12:11:19 +0200
committerGitHub <noreply@github.com>2020-05-29 12:11:19 +0200
commitd19257eb2ba6cf275a1a7be23f66054afa235df3 (patch)
tree026daab845521ac23c27cfc4569fe25063480032 /doc
parente67339eeca4e06fef9931fecbce8b91cc345fc87 (diff)
parent728c0c1e14d13f7aa1f48e3b110bee9b6fcc6d77 (diff)
Merge pull request #39010 from gvekan/fix-documentation
Fix ProjectSettings.save_custom documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ProjectSettings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index daf8cb1d2f..92e5b4a84f 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -137,7 +137,7 @@
<argument index="0" name="file" type="String">
</argument>
<description>
- 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).
</description>
</method>
<method name="set_initial_value">