From 9e0b559c0518e81728153642fdf14383a53c6ce4 Mon Sep 17 00:00:00 2001 From: moyin Date: Fri, 5 Dec 2025 19:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a595a1..65491d3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,21 @@ - Node.js 24.7.0+ - Yarn 1.22.22+ -### 2. 启动服务器 +### 2. 安装 Godot 引擎 + +项目根目录包含 `Godot_v4.5.1-stable_win64.exe.zip` 压缩包,解压后包含两个可执行文件: + +1. **Godot_v4.5.1-stable_win64.exe** - Godot 引擎主程序(图形界面版本) +2. **Godot_v4.5.1-stable_win64_console.exe** - 控制台版本(用于命令行操作和调试) + +**使用步骤**: +1. 解压 `Godot_v4.5.1-stable_win64.exe.zip` +2. 双击运行 `Godot_v4.5.1-stable_win64.exe`(主程序) +3. 在 Godot 项目管理器中点击"导入" +4. 选择本项目根目录(包含 `project.godot` 文件的目录) +5. 点击"导入并编辑"即可开始开发和测试 + +### 3. 启动服务器 ```bash cd server @@ -41,7 +55,7 @@ yarn start # 启动服务器 yarn dev ``` -### 3. 运行游戏 +### 4. 运行游戏 1. 启动 Godot 引擎 2. 点击 "导入",选择项目根目录的 `project.godot` 文件