Transitions improved
Woooo! Better flow, finally here. I did that cause my internet died and couldn't work on Wata. I don't think I can do much more for Oni at this point...
This commit is contained in:
@@ -19,8 +19,8 @@ void main()
|
||||
DrawScene("black", 1000 );
|
||||
|
||||
PlayBGM( 1, "msys02", 128, 0 );
|
||||
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1a_wink_a1_", "1", "left", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, FALSE );
|
||||
DrawScene("background/gk3", 1000 );
|
||||
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1a_wink_a1_", "1", "left", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
|
||||
//「...圭ちゃんってさ、すごいお金持ちってわけでもないの?@
|
||||
@@ -119,7 +119,7 @@ void main()
|
||||
NULL, "Rena seemed to pick up on my dubious expression and started giggling.", GetGlobalFlag(GLinemodeSp));
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1a_warai_a1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
ModDrawCharacterWithFiltering(2, 3, "sprite/normal/me1a_warai_a1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 10, 300, TRUE );
|
||||
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
|
||||
|
||||
@@ -172,8 +172,8 @@ void main()
|
||||
NULL, " I see how it could cause some misunderstandings.", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(1, 4, "sprite/normal/sa1b_akuwarai_b1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, FALSE );
|
||||
DrawSceneWithMask("background/gk3", "right", 0, 0, 300 );
|
||||
ModDrawCharacterWithFiltering(1, 4, "sprite/normal/sa1b_akuwarai_b1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
//「私の推理では、お家を建てるのにお金をかけ過ぎて、貧乏になってしまったと考えてますのよ~!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#fcdb77>沙都子</color>", NULL, "<color=#fcdb77>Satoko</color>", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -292,8 +292,8 @@ void main()
|
||||
NULL, "The interior is much different from how it looks on the outside.", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1a_def_a1_", "0", "left", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, FALSE );
|
||||
DrawScene("background/gk1", 400 );
|
||||
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1a_def_a1_", "0", "left", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
//「ぜひ今度、圭ちゃんの家を探検してみたいよなぁ@...お金持ちじゃないと主張しながらもあの邸宅!@ 一体何が隠されているのか!!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user