mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
16:9 support for Debug Menu
This commit is contained in:
parent
8d9568bd5f
commit
b92a7647a2
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ class Window_DebugLeft < Window_Selectable
|
||||||
# * Object Initialization
|
# * Object Initialization
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
def initialize
|
def initialize
|
||||||
super(0, 0, 192, 480)
|
super(0, 0, 192, Graphics.height)
|
||||||
self.index = 0
|
self.index = 0
|
||||||
refresh
|
refresh
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ class Window_MainMenu < Window_Selectable
|
||||||
@commands << 'Settings'
|
@commands << 'Settings'
|
||||||
|
|
||||||
if Window_Settings.DebugIsEnabled == true
|
if Window_Settings.DebugIsEnabled == true
|
||||||
@commands << 'TPtLOC'
|
@commands << 'TPtL'
|
||||||
end
|
end
|
||||||
|
|
||||||
@item_max = @commands.size
|
@item_max = @commands.size
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue