dev: 更改了README
This commit is contained in:
@@ -14,27 +14,27 @@ game/
|
|||||||
- project.godot
|
- project.godot
|
||||||
- icon.svg
|
- icon.svg
|
||||||
- assets/
|
- assets/
|
||||||
- fonts/
|
- fonts/
|
||||||
- AlibabaPuHuiTi-3-65-Medium.ttf # 阿里巴巴普惠体
|
- AlibabaPuHuiTi-3-65-Medium.ttf # 阿里巴巴普惠体
|
||||||
- pics/
|
- pics/
|
||||||
- scenes
|
- scenes
|
||||||
- main_menu.tscn
|
- main_menu.tscn
|
||||||
- game.tscn
|
- game.tscn
|
||||||
- settings.tscn
|
- settings.tscn
|
||||||
- scripts/
|
- scripts/
|
||||||
- autoload/
|
- autoload/
|
||||||
- GameManager.gd # 游戏管理
|
- GameManager.gd # 游戏管理
|
||||||
- DownloadManager.gd # 下载管理
|
- DownloadManager.gd # 下载管理
|
||||||
- MultiGame.gd # 多人游戏功能
|
- MultiGame.gd # 多人游戏功能
|
||||||
- SceneManager.gd # 场景管理
|
- SceneManager.gd # 场景管理
|
||||||
- main_menu/
|
- main_menu/
|
||||||
- main_menu.gd
|
- main_menu.gd
|
||||||
- join_game_ui.gd
|
- join_game_ui.gd
|
||||||
- create_game_ui.gd
|
- create_game_ui.gd
|
||||||
- game/
|
- game/
|
||||||
- game.gd
|
- game.gd
|
||||||
- settings/
|
- settings/
|
||||||
- settings.gd
|
- settings.gd
|
||||||
```
|
```
|
||||||
|
|
||||||
## 如何运行
|
## 如何运行
|
||||||
@@ -43,7 +43,7 @@ game/
|
|||||||
|
|
||||||
## 最佳实践
|
## 最佳实践
|
||||||
|
|
||||||
本项目目前正在使用 Godot 4.5.1 进行开发。开发用语言为 GDScript。
|
本项目目前正在使用 Godot 4.6 进行开发。开发用语言为 GDScript。
|
||||||
|
|
||||||
你的开发应当遵循 Godot 引擎提供的[最佳实践](https://docs.godotengine.org/zh-cn/4.5/tutorials/best_practices/)及[GDScript 编写风格指南](https://docs.godotengine.org/zh-cn/4.5/tutorials/scripting/gdscript/gdscript_styleguide.html)。但下面提到的除外:
|
你的开发应当遵循 Godot 引擎提供的[最佳实践](https://docs.godotengine.org/zh-cn/4.5/tutorials/best_practices/)及[GDScript 编写风格指南](https://docs.godotengine.org/zh-cn/4.5/tutorials/scripting/gdscript/gdscript_styleguide.html)。但下面提到的除外:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user