class Scene_Logo def main Graphics.transition(20) temp_spr=Sprite.new [*1..30].each do |i| temp_spr.bitmap=RPG::Cache.picture(i.to_s) Graphics.update end Graphics.freeze temp_spr.dispose Graphics.transition(5) Graphics.freeze $scene = Scene_Title.new end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |