Fix ProjectSettings.save_custom documentation

(cherry picked from commit 728c0c1e14)
This commit is contained in:
Gustav 2020-05-24 14:58:17 +02:00 committed by Rémi Verschelde
parent e226947e21
commit 26c617654e
1 changed files with 1 additions and 1 deletions

View File

@ -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">