Skip to content

Commit

Permalink
Merge pull request #2990 from MrKylinGithub/master
Browse files Browse the repository at this point in the history
feat(publish:docs:3.8):misc modifications
  • Loading branch information
MrKylinGithub authored Jul 19, 2024
2 parents aad7c05 + db33075 commit f1868da
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
21 changes: 17 additions & 4 deletions versions/3.7/en/cases-and-tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,23 @@

### Videos

- [Cocos Creator 3.x for Beginners](https://www.youtube.com/watch?v=JSOXYPqZ1-8&list=PLbvpmJKjO3NA4dlW43GzhJUMaXyIp3xpc)
- [Cocos Quick Look](https://www.youtube.com/watch?v=R4Mxm55x56Q&list=PLbvpmJKjO3NCgicfQ_N32Oo62LgPVs4kf)
- [Introduction to Shaders with Cocos Creator](https://www.youtube.com/watch?v=tUQHK42UcHc&list=PLbvpmJKjO3ND91HTUSKWNzMboob-7J_wq)
- [Introduction to Cocos Creator 3.0](https://www.youtube.com/watch?v=3v4pq0tDo5g&list=PLbvpmJKjO3NDv_eb6vlN70Zo-pdAv8MNW)
- [Cocos Creator 3.8.x 2024 - Thai](https://www.youtube.com/playlist?list=PLg8rmK5l3iAv4wyC51WexGEoAZsGsE-5h)
- [Cocos Creator 3.x - Russian](https://www.youtube.com/playlist?list=PLgr-6BfBjOQe57V5DmfS8QrjaXeZALEqQ)
- [Cocos Creator Node (3.6) - English](https://www.youtube.com/playlist?list=PLA7APcbP_j1CwdFOBc_oKALXG5cQYUys0)
- [Cocos Creator 3.8 - Vietnamese](https://www.youtube.com/playlist?list=PL4MGZa9rm2XqlViV0BoWI9F4WGpYlEDnq)
- [Cocos creator - Russian](https://www.youtube.com/playlist?list=PLxteTodXPVzzD4pH0KoyuHfTM_-qdgTQC)
- [Build Games with Cocos Creator 3.x - Hindi](https://www.youtube.com/playlist?list=PLHtj5-dnEqODK8gZ61G1_DkYyWj5Ps3nG)
- [Mind Your Step Cocos Creator 3D Game Tutorial - English](https://www.youtube.com/playlist?list=PLCZLyGdEmWnN4AQ1OPLIJ-QKyj0NLOsxX)
- [Cocos Creator 3.x - Vietnamese](https://www.youtube.com/playlist?list=PLy6W1KkOryCm-Vm55oH9XWkBKnCEGmHHO)
- [Уроки Cocos Creator 3.x 3D - Russian](https://www.youtube.com/playlist?list=PLltSq0ByhzqEjbFslajW6O-9HC33HqnEJ)
- [Cocos Creator [สอน] 3.x - Thai](https://www.youtube.com/playlist?list=PLg8rmK5l3iAstV5g-OEKXDDeuCTy9XKRU)
- [Cocos Creator 3.x - Vietnamese](https://www.youtube.com/playlist?list=PLFGr79zIDarZLBQ6JCW1gYluZ_iFG46E_)
- [สร้างเกม 2D ด้วย Cocos Creator 3.x - That](https://www.youtube.com/playlist?list=PLs7ibWRUM5eEsioZbbqV6gt1ilW1EX5Ni)

- [Cocos Creator 3.x for Beginners - English](https://www.youtube.com/watch?v=JSOXYPqZ1-8&list=PLbvpmJKjO3NA4dlW43GzhJUMaXyIp3xpc)
- [Cocos Quick Look - English](https://www.youtube.com/watch?v=R4Mxm55x56Q&list=PLbvpmJKjO3NCgicfQ_N32Oo62LgPVs4kf)
- [Introduction to Shaders with Cocos Creator - English](https://www.youtube.com/watch?v=tUQHK42UcHc&list=PLbvpmJKjO3ND91HTUSKWNzMboob-7J_wq)
- [Introduction to Cocos Creator 3.0 - English](https://www.youtube.com/watch?v=3v4pq0tDo5g&list=PLbvpmJKjO3NDv_eb6vlN70Zo-pdAv8MNW)

### Articles

Expand Down
1 change: 1 addition & 0 deletions versions/3.8/en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
- [Decorator](scripting/decorator.md)
- [Property Attributes](scripting/reference/attributes.md)
- [Life Cycle Callbacks](scripting/life-cycle-callbacks.md)
- [Development Notes](scripting/readonly.md)
- [Using Scripts](scripting/usage.md)
- [Access Nodes and Components](scripting/access-node-component.md)
- [Common Node and Component Interfaces](scripting/basic-node-api.md)
Expand Down
1 change: 1 addition & 0 deletions versions/3.8/en/scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ During the component scripting process, developers can declare properties to map
- [Event System](../engine/event/index.md)
- [Modules](./modules/index.md)
- [Plugin Scripts](./external-scripts.md)
- [ReadOnly](./readonly.md)

## More Reference

Expand Down
1 change: 1 addition & 0 deletions versions/3.8/zh/scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Cocos Creator 脚本用于实现用户定义的(游戏)行为,支持 JavaS
- [模块规范与示例](./modules/index.md)
- [插件脚本](./external-scripts.md)
- [WASM 支持](./wasm-support.md)
- [只读属性](./readonly.md)

## 更多参考

Expand Down

0 comments on commit f1868da

Please sign in to comment.