Adds description to option menus

This commit is contained in:
infinitefusion
2022-06-21 19:19:32 -04:00
parent 7ef57c7b8a
commit 94ef983ba8
19 changed files with 102 additions and 47 deletions

View File

@@ -837,8 +837,11 @@ class SpriteWindow_Selectable < SpriteWindow_Base
def refresh; end
def changedPosition; end
def update_cursor_rect
priv_update_cursor_rect
changedPosition
end
def update
@@ -1042,6 +1045,7 @@ end
class Window_DrawableCommand < SpriteWindow_SelectableEx
attr_reader :baseColor
attr_reader :shadowColor
attr_reader :index
def initialize(x,y,width,height,viewport=nil)
super(x,y,width,height)
@@ -1060,6 +1064,7 @@ class Window_DrawableCommand < SpriteWindow_SelectableEx
refresh
end
def dispose
@selarrow.dispose
super