Methods
Instance Public methods
show_logo()
Link
You cannot remove it in the Lite version.
Source: show
# File Logo.rb, line 5 def show_logo sprite = Sprite.new Graphics.fadeout(0) sprite.bitmap = Cache.system('Logo1') Graphics.fadein(30) Graphics.wait(30) Graphics.fadeout(30) sprite.bitmap = Cache.system('Logo2') Graphics.fadein(30) Graphics.wait(30) Graphics.fadeout(30) end