loop_end = true if @main_window.data[@visible_index].title_visible?
end
diary = @main_window.data[@visible_index]
@info_window.refresh(diary.show_comment)
return
end
if Input.trigger?(Input::R)
# 決定 SE を演奏
$game_system.se_play($data_system.decision_se)
loop_end = false
while loop_end == false
if @visible_index != @main_window.data.size - 1
@visible_index += 1
else
@visible_index = 0
end
loop_end = true if @main_window.data[@visible_index].title_visible?
end
diary = @main_window.data[@visible_index]
@info_window.refresh(diary.show_comment)
return
end
end
end
复制代码
[LINE]1,#dddddd[/LINE]版务信息:本贴由楼主自主结贴~作者: Tabris_Air 时间: 2009-6-2 17:10
670行后添加
@title_window.opacity = X
@main_window.opacity = X
@info_window.opacity = X