-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from nini22P/main
修改导出游戏相关目录结构和编译 Android apk 文档
- Loading branch information
Showing
12 changed files
with
88 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Windows / macOS / Linux | ||
|
||
在编辑器右上角选择导出为可执行文件,可执行文件可以直接在当前系统上运行。 | ||
|
||
::: tip | ||
游戏导出完成后,文件资源管理器会自动打开。如果没有自动打开,你可以在编辑器目录下的 `Exported_Games` 找到。 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 部署或发布我的视觉小说? | ||
|
||
首先,请知悉,可以部署到互联网的引擎应该是**发行版或由 WebGAL 图形化编辑器导出的网页**,而不是源代码。 | ||
|
||
- [Web 网页](web) | ||
|
||
- [Windows / macOS / Linux](desktop) | ||
|
||
- [Android](android) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Web 网页 | ||
|
||
## 如果你使用**编辑器** | ||
|
||
在编辑器右上角选择导出为网页。网页的部署方式,与部署一个正常网站的方式无异。你可以购买云服务器(腾讯云、阿里云)等部署或使用 GitHub Pages。 | ||
|
||
## 如果你使用**发行版** | ||
|
||
复制/WebGAL 下的文件(不是文件夹,是/WebGAL 文件夹下的文件)到你想要部署的云服务器的指定目录下,或是部署到 GitHub Pages。 | ||
|
||
## 使用**源代码开发**的开发者 | ||
|
||
如果你使用源代码进行调试,你可以通过 `yarn build` 来创建一个静态网页(在 packages/webgal/dist 文件夹),然后将这个文件夹内的内容部署到 GitHub Pages 或你的云服务器上。 |