360软件小助手截图20141114215242.png (3.84 KB, 下载次数: 6)
怎么有个正方形
#============================================================================== # ■ Main #------------------------------------------------------------------------------ # 各定义结束后、从这里开始实际处理。 #============================================================================== begin # 准备过渡 # 设置系统默认字体 Font.default_name = (["黑体"]) Graphics.freeze # 生成场景对像 (标题画面) $scene = Scene_Title.new # $scene 为有效的情况下调用 main 过程 while $scene != nil $scene.main end # 淡入淡出 Graphics.transition(20) rescue Errno::ENOENT # 补充 Errno::ENOENT 以外错误 # 无法打开文件的情况下、显示信息后结束 filename = $!.message.sub("No such file or directory - ", "") print("找不到文件 #{filename}。 ") end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |