Merge pull request 'feature/add-texture-packer' (#81) from feature/add-texture-packer into develop
Reviewed-on: #81
This commit is contained in:
commit
73499f10f1
@ -89,4 +89,5 @@ Special Wins are high-value reward events categorized by payout thresholds:
|
|||||||
|
|
||||||
**Tip**:
|
**Tip**:
|
||||||
- Move assets to `custom-scale/` to resolve image quality issues.
|
- Move assets to `custom-scale/` to resolve image quality issues.
|
||||||
- Customize font styles based on game design.
|
- Customize font styles based on game design.
|
||||||
|
- [View Platform Asset Structure](/docs/category/game-asset-structure)
|
@ -63,7 +63,7 @@ The **Free Round** system manages the display and logic for tracking remaining f
|
|||||||
**Tip**:
|
**Tip**:
|
||||||
- Follow game design for position and size.
|
- Follow game design for position and size.
|
||||||
- Use separate textures for Desktop and Mobile.
|
- Use separate textures for Desktop and Mobile.
|
||||||
- Ensure the main scene includes the popup panel ([See Popup Panel Guide](http://localhost:3000/docs/setup-main-game/main-scene/popup-panel#multiple-popup-panel)).
|
- Ensure the main scene includes the popup panel ([See Popup Panel Guide](/docs/setup-main-game/main-scene/popup-panel#multiple-popup-panel)).
|
||||||
|
|
||||||
## Game Result Example
|
## Game Result Example
|
||||||
| Platform | Popup | Action | Result |
|
| Platform | Popup | Action | Result |
|
||||||
|
@ -113,4 +113,5 @@ The **Game Logo** is a key branding element displayed consistently across all pl
|
|||||||
|
|
||||||
**Tip**:
|
**Tip**:
|
||||||
- Test the static logo display under slow network conditions to ensure fallback works.
|
- Test the static logo display under slow network conditions to ensure fallback works.
|
||||||
- Verify animation states (`play` and `idle`) for smooth transitions.
|
- Verify animation states (`play` and `idle`) for smooth transitions.
|
||||||
|
- [See More Info](/docs/category/game-asset-structure)
|
Loading…
x
Reference in New Issue
Block a user