Fix ProjectSettings.save_custom documentation
This commit is contained in:
parent
ad34c1e544
commit
728c0c1e14
|
@ -137,7 +137,7 @@
|
||||||
<argument index="0" name="file" type="String">
|
<argument index="0" name="file" type="String">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_initial_value">
|
<method name="set_initial_value">
|
||||||
|
|
Loading…
Reference in New Issue