class Scene_Credit
def main
scene_start
# 过渡
Graphics.transition
count = 0
# 主循环
loop do
Graphics.update
Input.update
update if count % 2 == 0
count += 1
if $scene != self
break
end
end
# 准备过渡
Graphics.freeze
scene_end
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |