mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +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
|
||||
#--------------------------------------------------------------------------
|
||||
def initialize
|
||||
super(0, 0, 192, 480)
|
||||
super(0, 0, 192, Graphics.height)
|
||||
self.index = 0
|
||||
refresh
|
||||
end
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ class Window_MainMenu < Window_Selectable
|
|||
@commands << 'Settings'
|
||||
|
||||
if Window_Settings.DebugIsEnabled == true
|
||||
@commands << 'TPtLOC'
|
||||
@commands << 'TPtL'
|
||||
end
|
||||
|
||||
@item_max = @commands.size
|
||||
|
|
|
|||
Loading…
Reference in a new issue