def update_cursor_rect
if @index >= 0
n = $game_temp.choice_start + @index
self.cursor_rect.set(8 + @indent, n * line_height, @cursor_width, line_height)
else
self.cursor_rect.empty
end
end
self.cursor_rect.set(8 + @indent, n * line_height, @cursor_width, line_height)
2.5 MB, 下载次数: 30
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |