Fix ordering
This commit is contained in:
parent
7d9a85dbbd
commit
2f81fbbf4b
|
@ -77,12 +77,6 @@
|
|||
# defScreenW=640
|
||||
|
||||
|
||||
# Override the game window title
|
||||
# (default: none)
|
||||
#
|
||||
# windowTitle=Custom Title
|
||||
|
||||
|
||||
# Specify the window height on startup. If set to 0,
|
||||
# it will default to the default resolution height
|
||||
# specific to the RGSS version (480 in RGSS1, 416
|
||||
|
@ -92,6 +86,12 @@
|
|||
# defScreenH=480
|
||||
|
||||
|
||||
# Override the game window title
|
||||
# (default: none)
|
||||
#
|
||||
# windowTitle=Custom Title
|
||||
|
||||
|
||||
# Enforce a static frame rate
|
||||
# (0 = disabled)
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue