https://docs.openwebgal.com/
WebGAL 文档 | WebGAL 文档
May 3, 2026 - WebGAL 的一些信息 我想要知道更新情报或反馈建议 (info); 我想要参与引擎开发或了解如何从源代码开发 WebGAL (developers); 我想要了解如何定制开发或贡献 WebGAL Terre 编辑器 (developers/terre); 如何在编辑器中使用自己或他人开发的定制引擎...
webgal
https://github.com/OpenWebGAL/WebGAL
GitHub - OpenWebGAL/WebGAL: A brand new web Visual Novel engine | 全新的网页端视觉小说引擎 · GitHub
A brand new web Visual Novel engine | 全新的网页端视觉小说引擎 - OpenWebGAL/WebGAL
a brandnew web
https://docs.openwebgal.com/spine.html
关于 Spine | WebGAL 文档
May 3, 2026 - 根据以下 Spine Runtime 集成协议,如果你在 WebGAL 中集成了 Spine Runtime,你需要获得 Spine 编辑器的许可证。 https://esotericsoftware.com/spine-runtimes-license#spine-runtimes 因此,WebGAL...
spinewebgal
https://docs.openwebgal.com/script-reference/commands/applyStyle.html
applyStyle | WebGAL 文档
applystylewebgal
https://docs.openwebgal.com/en/resources.html
Manage game resources | WebGAL Doc
May 27, 2026 - If you are using the graphical editor, you can directly open the corresponding resource folder in the toolbar on the left. If you are developing based on the...
game resourcesmanagewebgaldoc
https://docs.openwebgal.com/faq.html
可能遇到的问题与解决方案 | WebGAL 文档
May 3, 2026 - 为什么我的文件没有正常被识别 文件的命名应当避免使用特殊符号、空格等难以被识别的文件名。尽可能使用纯英文命名。文件的后缀名应当为完全小写字符。 为什么我的音频文件没有被正常播放 在苹果浏览器上,不支持播放 ogg 文件,需要转换文件格式,比如转换到 mp3. 导出的网页为什么无法打开...
webgal
https://docs.openwebgal.com/script-reference/commands/jumpLabel.html
jumpLabel | WebGAL 文档
May 27, 2026 - 跳转到指定标签。 详情请见标签跳转 (../../webgal-script/scenes.md#标签跳转)。 语句内容 填写要跳转的目标标签名称。
jumplabelwebgal
https://docs.openwebgal.com/script-reference/commands/comment.html
comment | WebGAL 文档
May 3, 2026 - 单行注释。comment 并非注释命令保留字,以英文分号 ; 开头的行被视为单行注释。 语句内容 ; 后面可以跟随注释内容,该命令本身不执行任何操作。 详情请见注释 (../../webgal-script/base.md#注释)。 任何命令语句的第一个 ; (\; 除外)...
commentwebgal