Unify audio volumes
This commit is contained in:
@@ -14,7 +14,7 @@ void main()
|
||||
DisableWindow();
|
||||
DrawScene("black", 1000 );
|
||||
DrawScene("background/simen3", 1000 );
|
||||
PlayBGM( 1, "msys15", 128, 0 );
|
||||
PlayBGM( 1, "msys15", 56, 0 );
|
||||
|
||||
// 昭和54年6月XX日夕刊よ@
|
||||
ClearMessage();
|
||||
@@ -47,7 +47,7 @@ void main()
|
||||
NULL, "where they are suspected to have assaulted and murdered the site overseer XXXX as a group, dismembering his body and hiding it.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
Wait( 200 );
|
||||
|
||||
// XX日午前8時頃@鹿骨市内の病院から警察へ、「XXXXさんを殺害したことをほのめかす男性がいる」との通報があり@警察官が駆けつけ事情を聞いたところ、事件を自供@
|
||||
@@ -68,7 +68,7 @@ void main()
|
||||
NULL, "Since a portion of the body was recovered at the location he gave, he was arrested that afternoon on suspicion of murder and mutilation of a corpse.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 56, 64 );
|
||||
Wait( 200 );
|
||||
|
||||
// 他の容疑者も即日逮捕されたが、主犯格のXXXXは逃亡中@警察は行方を追っている@
|
||||
|
||||
Reference in New Issue
Block a user