官方网站

http://yx.gamebar.com/

下载地址

游戏

补丁

其它

打开“脚本编辑器”,找到“窗口:漫画式对话框”

找到
self.contents.draw_text(4+@dx, (font_size+10)*@dy, font_size, font_size, c)

替换为

if c == "\001" or c == "\002" or c == "\003" or c == "\n"
    c = ""
else
    self.contents.draw_text(4+@dx, (font_size+10)*@dy, font_size, font_size, c)
end
作者:张三  创建时间:2023-12-14 15:16
最后编辑:张三  更新时间:2026-06-08 17:57