mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class Scene_DebugIntro
|
||||
def main
|
||||
Graphics.transition(0)
|
||||
@@ -8,6 +11,9 @@ class Scene_DebugIntro
|
||||
end
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
def pbCallTitle
|
||||
return Scene_DebugIntro.new if $DEBUG && Settings::SKIP_TITLE_SCREEN
|
||||
return Scene_Intro.new
|
||||
@@ -47,6 +53,9 @@ def mainFunctionDebug
|
||||
end
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
loop do
|
||||
retval = mainFunction
|
||||
case retval
|
||||
|
||||
Reference in New Issue
Block a user