#--------------------------------------------------------------------------
# ● 刷新光标矩形
#--------------------------------------------------------------------------
def update_cursor_rect
if @index < 0
self.cursor_rect.empty
else
self.cursor_rect.set(x, y, width, height)
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |