fix miss spelling

This commit is contained in:
Tu Bui 2025-05-05 13:53:24 +07:00
parent f0e549c3e7
commit ecef7b24ce
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)