# 文字描画
@x += opacity_draw_text(self.contents, @x, @y * line_height + (line_height - self.contents.font.size), c, @opacity)
if $game_system.soundname_on_speak != "" then
Audio.se_play($game_system.soundname_on_speak)
end
end
if Input.press?(Input::B)
text_not_skip = false
end
else
text_not_skip = true
break
end
# 終了判定
if text_not_skip
break
end
end
@write_wait += @write_speed
return
end
貌似不是,正常的AVG不是出现的字就较慢吗??RPG MAKER XP默认的出现太快,我见别人做的AVG中字出来的都很慢
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |