feat: 开始实现多人游戏

This commit is contained in:
2026-02-14 14:17:34 +08:00
parent b811bced09
commit 6cc1e03e1b
3 changed files with 20 additions and 7 deletions
+2
View File
@@ -51,3 +51,5 @@ game/
你的开发应当遵循 Godot 引擎提供的[最佳实践](https://docs.godotengine.org/zh-cn/4.x/tutorials/best_practices/)及[GDScript 编写风格指南](https://docs.godotengine.org/zh-cn/4.x/tutorials/scripting/gdscript/gdscript_styleguide.html)。但下面提到的除外:
`autoload` 目录下的单例脚本使用大驼峰式命名,其余脚本均应使用小蛇形式命令。所有节点均应使用大驼峰式命名。
除连接了信号或 HTTPRequest、MultiplayerAPI 的函数外,任何函数都不应该以下划线(`_`)开头。