summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r--platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml
index 6034f414e2..a44c86202e 100644
--- a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml
+++ b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml
@@ -57,14 +57,11 @@
- [code]{exe_name}[/code] - Name of application executable.
- [code]{cmd_args}[/code] - Array of the command line argument for the application.
</member>
- <member name="texture_format/bptc" type="bool" setter="" getter="">
- If [code]true[/code], project textures are exported in the BPTC format.
+ <member name="texture_format/etc2_astc" type="bool" setter="" getter="">
+ If [code]true[/code], project textures are exported in the ETC2/ASTC format.
</member>
- <member name="texture_format/etc2" type="bool" setter="" getter="">
- If [code]true[/code], project textures are exported in the ETC2 format.
- </member>
- <member name="texture_format/s3tc" type="bool" setter="" getter="">
- If [code]true[/code], project textures are exported in the S3TC format.
+ <member name="texture_format/s3tc_bptc" type="bool" setter="" getter="">
+ If [code]true[/code], project textures are exported in the S3TC/BPTC format.
</member>
</members>
</class>