mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Added SKIP_TITLE_SCREEN Setting, added const for type icon size, fixed some battle bugs and inconsistencies
This commit is contained in:
@@ -9,7 +9,7 @@ class Scene_DebugIntro
|
||||
end
|
||||
|
||||
def pbCallTitle
|
||||
return Scene_DebugIntro.new if $DEBUG
|
||||
return Scene_DebugIntro.new if $DEBUG && Settings::SKIP_TITLE_SCREEN
|
||||
return Scene_Intro.new
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user