diff --git a/docs/04-game-asset-structure/01-default-assets-structure.md b/docs/04-game-asset-structure/01-default-assets-structure.md index e836f76..ce0cbd6 100644 --- a/docs/04-game-asset-structure/01-default-assets-structure.md +++ b/docs/04-game-asset-structure/01-default-assets-structure.md @@ -352,4 +352,16 @@ Compression settings for PNG and JPG formats: ![Remove Packable](./img/remove-packable.png) --- +### Result +:::tip +When running the Extension Tool, you can: +- Add or update textures +- Add new messages +- Update existing messages in the game +::: + +After running the Extension Tool, the console will display a summary of the processed textures and any changes made. + +![Result console](./img/result-console.png) + diff --git a/docs/04-game-asset-structure/img/result-console.png b/docs/04-game-asset-structure/img/result-console.png new file mode 100644 index 0000000..53a3fd2 Binary files /dev/null and b/docs/04-game-asset-structure/img/result-console.png differ