Intro movie (still need to make it skippable)

This commit is contained in:
infinitefusion
2022-11-22 22:16:25 -05:00
parent f0303769e6
commit 215e6a2462
13 changed files with 110 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ class Scene_DebugIntro
end
def pbCallTitle
return Scene_DebugIntro.new if $DEBUG
# return Scene_DebugIntro.new if $DEBUG
return Scene_Intro.new
end