#==============================================================================
# ■ Main
#------------------------------------------------------------------------------
# 各定义结束后、从这里开始实际处理。
#==============================================================================
# 一些常用的字体
Font.default_name = [ "黑体"]
begin
Graphics.freeze
$scene = Scene_Title.new
$scene.main while $scene != nil
Graphics.transition(30)
rescue Errno::ENOENT
filename = $!.message.sub("无此文件或文件夹 - ", "")
print("无法找到文件 #{filename}.")
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |