From 54ddeb9106cdffff78665f7dfa3c34d0d50f2252 Mon Sep 17 00:00:00 2001 From: Kharkunov Eugene Date: Tue, 6 Aug 2024 09:20:32 +0300 Subject: [PATCH] Add information about excluding image module. --- docs/en/manuals/app-manifest.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/manuals/app-manifest.md b/docs/en/manuals/app-manifest.md index 2f914df9..e99d14c2 100644 --- a/docs/en/manuals/app-manifest.md +++ b/docs/en/manuals/app-manifest.md @@ -41,6 +41,10 @@ Exclude all input handling from the engine. Exclude the [Live Update functionality](/manuals/live-update) from the engine. +## Exclude Image + +Exclude `image` script module [link](https://defold.com/ref/stable/image/) from the engine. + ## Exclude Basis Universal Exclude the Basis Universal [texture compression library](/manuals/texture-profiles) from the engine.