Merge branch 'develop' into feature/add-win-limit

This commit is contained in:
Pham Huynh Duc Huy 2025-05-21 09:47:04 +07:00
commit c339a68107

View File

@ -4,7 +4,7 @@ sidebar_position: 13
# Game Logo # Game Logo
### Overview ## Overview
The game logo is a crucial branding element that must be consistently displayed across all platforms and orientations. The game logo is a crucial branding element that must be consistently displayed across all platforms and orientations.
| Platform | Orientation | Preview | | Platform | Orientation | Preview |
@ -13,7 +13,9 @@ The game logo is a crucial branding element that must be consistently displayed
| Mobile | Landscape | ![Landscape View](../img/05-main-scene/logo-overview.png) | | Mobile | Landscape | ![Landscape View](../img/05-main-scene/logo-overview.png) |
| Mobile | Portrait | ![Portrait View](../img/05-main-scene/logo-overview-portrait.png) | | Mobile | Portrait | ![Portrait View](../img/05-main-scene/logo-overview-portrait.png) |
### Logo Settings ## Implementation
### Prepare Assets
#### 1. Core Setup #### 1. Core Setup
Location: `assets\core-assets\hyper-core\packages\hyper-logo-animation` Location: `assets\core-assets\hyper-core\packages\hyper-logo-animation`
@ -57,7 +59,7 @@ onLoad: function () {
![Provider Setup](../img/05-main-scene/logo-anim-loop.png) ![Provider Setup](../img/05-main-scene/logo-anim-loop.png)
### Platform-Specific Setup ### Setup
#### Desktop Configuration #### Desktop Configuration