diff options
author | Gustav <gusan092@student.liu.se> | 2020-05-24 14:58:17 +0200 |
---|---|---|
committer | Gustav <gusan092@student.liu.se> | 2020-05-26 09:13:37 +0200 |
commit | 728c0c1e14d13f7aa1f48e3b110bee9b6fcc6d77 (patch) | |
tree | 5b54f46d4fc9efdaae46f4f8c2fcc78a6562a66e | |
parent | ad34c1e5444d4b4b2a70d8148c0a2aaaf7f85eb4 (diff) |
Fix ProjectSettings.save_custom documentation
-rw-r--r-- | doc/classes/ProjectSettings.xml | 2 |
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"> |