Adjustments for red area
This commit is contained in:
parent
191afb3524
commit
09b5e173c9
4 changed files with 28 additions and 8 deletions
|
@ -332,7 +332,7 @@ class Window_Message < Window_Selectable
|
|||
@text_pause -= 1
|
||||
else
|
||||
if @blip >= BLIP_TIME
|
||||
Audio.se_play('Audio/SE/text.wav', 70) unless @text.empty?
|
||||
Audio.se_play('Audio/SE/text.wav') unless @text.empty?
|
||||
@blip = 0
|
||||
else
|
||||
@blip += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue