content
This commit is contained in:
parent
a52051d602
commit
24967cc02a
@ -470,6 +470,48 @@ To use the Multiple Popup layout, reference target `hyper-multiple-popup.prefab`
|
|||||||
**Preview Result**:
|
**Preview Result**:
|
||||||

|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Setup Logo
|
||||||
|
|
||||||
|
### Overview
|
||||||
|
|
||||||
|
The game logo is a key visual element used to represent the game's identity. It is displayed consistently across multiple platforms and screen orientations.
|
||||||
|
|
||||||
|
| Platform | Orientation | Example Screenshot |
|
||||||
|
|---------------|---------------|-----------------------|
|
||||||
|
| Desktop | - |  |
|
||||||
|
| Mobile | Landscape |  |
|
||||||
|
| Mobile | Portrait |  |
|
||||||
|
|
||||||
|
|
||||||
|
### Setup Logo In Game
|
||||||
|
|
||||||
|
#### Logo Desktop
|
||||||
|

|
||||||
|
|
||||||
|
##### Platform Node Spawner Settings
|
||||||
|
|
||||||
|
:::info
|
||||||
|
*[Click here to follow the setting](#platform-node-spawner-settings)*
|
||||||
|
:::
|
||||||
|
|
||||||
|
##### Add Script Play Anim Logo
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
in script was has function get name Animation:
|
||||||
|
|
||||||
|
```jsx title="assets\core-assets\hyper-core\packages\logo-animation\hyper-logo-animation.js"
|
||||||
|
onLoad: function () {
|
||||||
|
var self = this;
|
||||||
|
|
||||||
|
self.animPlay = AnimationProvider.Instance.GetAnimation('anim-logo-play');
|
||||||
|
self.animIdle = AnimationProvider.Instance.GetAnimation('anim-logo-idle');
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 414 KiB |
Binary file not shown.
After Width: | Height: | Size: 792 KiB |
BIN
docs/02-setup-main-game/img/05-main-scene/logo-overview.png
Normal file
BIN
docs/02-setup-main-game/img/05-main-scene/logo-overview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 389 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Loading…
x
Reference in New Issue
Block a user