Merge remote-tracking branch 'origin/bugfix/fix_miss_spelling' into feature/add-setup-ui-panel-main-game

This commit is contained in:
dungdq 2025-05-07 15:25:39 +07:00
commit a56efcaf23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ sidebar_position: 3
Set **Javascript Engine Path** to a **custom Cocos Engine**. Set **Javascript Engine Path** to a **custom Cocos Engine**.
Thank to the open source nature of Cocos Creator, we are able to customize some of the function in the source code to meet the requirement for Hyper Slot Game. Thanks to the open source nature of Cocos Creator, we are able to customize some of the function in the source code to meet the requirement for Hyper Slot Game.
For the detail of the Custom Engine, take a look at this [**Custom Cocos Engine documentation**](../custom-cocos-engine/custom-cocos-engine.md) For the detail of the Custom Engine, take a look at this [**Custom Cocos Engine documentation**](../custom-cocos-engine/custom-cocos-engine.md)

View File

@ -28,7 +28,7 @@ Rename those scenes:
![Template Scene](./img/template-scenes.png) ![Template Scene](./img/template-scenes.png)
Inside `assets/game-assets/scripts/`, create a folder called `custome-scaler` then add a script `custom-scale-data.js`. Inside `assets/game-assets/scripts/`, create a folder called `custom-scaler` then add a script `custom-scale-data.js`.
![Custom Scale](./img/custom-scale.png) ![Custom Scale](./img/custom-scale.png)