diff --git a/docs/en/manuals/app-manifest.md b/docs/en/manuals/app-manifest.md index 8cc90a88..9ce6d773 100644 --- a/docs/en/manuals/app-manifest.md +++ b/docs/en/manuals/app-manifest.md @@ -12,14 +12,17 @@ Also application manifest contains some options to control compiling code for HT ![](images/app_manifest/app-manifest.png) + ## Physics Control which physics engine to use, or select None to exclude physics completely. + ## Rig + Model Control rig and model functionality, or select None to exclude model and rig completely. (See [`Model`](https://defold.com/manuals/model/#model-component) documentation). + ## Exclude Record Excluded the video recording capability from the engine (see the [`start_record`](https://defold.com/ref/stable/sys/#start_record) message documentation). @@ -49,6 +52,12 @@ Exclude the [Live Update functionality](/manuals/live-update) from the engine. Exclude `image` script module [link](https://defold.com/ref/stable/image/) from the engine. + +## Exclude Types + +Exclude `types` script module [link](https://defold.com/ref/stable/types/) from the engine. + + ## Exclude Basis Universal Exclude the Basis Universal [texture compression library](/manuals/texture-profiles) from the engine. diff --git a/docs/en/manuals/images/app_manifest/app-manifest.png b/docs/en/manuals/images/app_manifest/app-manifest.png index f600b6e3..7ee7680a 100644 Binary files a/docs/en/manuals/images/app_manifest/app-manifest.png and b/docs/en/manuals/images/app_manifest/app-manifest.png differ