赞 | 7 |
VIP | 358 |
好人卡 | 31 |
积分 | 30 |
经验 | 110750 |
最后登录 | 2023-1-30 |
在线时间 | 3547 小时 |
Lv3.寻梦者 伴侣:北岛谜烟
- 梦石
- 0
- 星屑
- 3042
- 在线时间
- 3547 小时
- 注册时间
- 2012-8-7
- 帖子
- 12181
|
添加附件发图 简单的方法是那就添加个Plus字体
或者是Main的脚本改字体,- #==============================================================================
- # ■ Main
- #------------------------------------------------------------------------------
- # 在定义完各个类后、从这里开始实际处理。
- #==============================================================================
- unless Font.exist?("UmePlus Gothic")
- print "找不到 UmePlus Gothic 字体。"
- exit
- end
- begin
- Font.default_name = ["黑体", "Tahoma"]
- Graphics.freeze
- $scene = Scene_Title.new
- $scene.main while $scene != nil
- Graphics.transition(30)
- rescue Errno::ENOENT
- filename = $!.message.sub("No such file or directory - ", "")
- print("找不到 #{filename} 文件。")
- end
复制代码 我也不明白是不是装备脚本的问题……如果不行就加个字体吧 |
评分
-
查看全部评分
|