mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Adds description to option menus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user