diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-17 00:23:45 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-17 00:23:45 +0100 |
commit | 59643bdb86443419c0fe80930db5a4ec19492507 (patch) | |
tree | 8727b1e00be1311e72a5015005a92a6c5630da7c /platform/linuxbsd | |
parent | ef7c045f1cb9e43785d7bc7b252e5405abcd4667 (diff) | |
parent | a10b4bdb810592c222119dc6d63802ad8d87a7c9 (diff) | |
download | redot-engine-59643bdb86443419c0fe80930db5a4ec19492507.tar.gz |
Merge pull request #88325 from akien-mga/texture-formats
Export: Unify settings for PC texture formats, removed obsoleted ETC feature
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r-- | platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml index 07378566c3..a44c86202e 100644 --- a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml +++ b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml @@ -57,17 +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/etc" type="bool" setter="" getter=""> - If [code]true[/code], project textures are exported in the ETC 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> |