From 8bb886b39e54e3583d112905c463c51294a2e8a8 Mon Sep 17 00:00:00 2001 From: dungdq Date: Mon, 12 May 2025 11:50:54 +0700 Subject: [PATCH] update --- docs/02-setup-main-game/05-main-scene.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02-setup-main-game/05-main-scene.md b/docs/02-setup-main-game/05-main-scene.md index d410c72..f3bf2cb 100644 --- a/docs/02-setup-main-game/05-main-scene.md +++ b/docs/02-setup-main-game/05-main-scene.md @@ -559,7 +559,7 @@ onLoad: function () { |-------------------------------------------|--------------------------------------------------| | `hyper-logo-animation` | Plays and manages the logo animation | | `node-position-by-jackpot` | Moves the logo based on the jackpot display state | - | `landscape-logo-spine-aspect-ratio-keeper`| Keeps the logo size consistent on all screens (**Exp: 1.0**) | + | `landscape-logo-spine-aspect-ratio-keeper`| Keeps the logo size consistent on all screens | ![Landscape Setup](./img/05-main-scene/logo-mobile-landcape.png) @@ -571,7 +571,7 @@ onLoad: function () { |----------------------------|--------------------------------------------------| | `hyper-logo-animation` | Plays and manages the logo animation | | `node-position-by-jackpot` | Moves the logo based on the jackpot display state | - | `spine-aspect-ratio-keeper`| Keeps the logo size consistent on all screens (**Exp: 1.0** ) | + | `spine-aspect-ratio-keeper`| Keeps the logo size consistent on all screens | ![Portrait Setup](./img/05-main-scene/logo-mobile-portrait.png)