瀏覽代碼

Fix ProjectSettings.save_custom documentation

Gustav 5 年之前
父節點
當前提交
728c0c1e14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/ProjectSettings.xml

+ 1 - 1
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">