godot-psd-training/README.md

17 lines
796 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目说明
使用Godot引擎开发的三维车站事务实训最终导出为Web应用
## 项目结构
- scene_loader.tscn: 作为入口场景主要用于根据URL参数加载对应的实训场景
- /trainings: 目录下为实训场景
- /addons: 目录为第三方插件/工具
## 发布到线上工作流
1. 本地使用导出功能导出Web到target/index.html
2. 本地使用如7z压缩工具将导出的target目录添加到压缩文件格式选tar为target.tar
3. 在gitea项目管理界面版本发布处发布新版
![alt text](image.png)
标签名称、发布标题和版本描述按实际填写然后将打包的target.tar拖拽上传完成后点击发布版本
![alt text](image-1.png)
4. 上面发布版本后会触发gitea action工作流执行发不到线上