Shorten sprites path
This commit is contained in:
@@ -65,7 +65,7 @@ void dialog004()
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModSetLayerFilter(2, 256, "none");
|
||||
ModDrawCharacter(2, 2, "sprite/normal/re1a_komaru_a1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
ModDrawCharacter(2, 2, "sprite/re1a_komaru_a1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
}
|
||||
|
||||
void dialog005()
|
||||
@@ -164,7 +164,7 @@ void dialog009()
|
||||
|
||||
//adjust character size and reset big CG layer and add shaking
|
||||
ModSetLayerFilter(2, 256, "sunset");
|
||||
ModDrawCharacter(2, 2, "sprite/normal/re1b_bikkuri_b1_", "2", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE );
|
||||
ModDrawCharacter(2, 2, "sprite/re1b_bikkuri_b1_", "2", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE );
|
||||
DrawScene("background/mo_g1_01", 300 );
|
||||
PlaySE( 4, "wa_003", 56, 64 );
|
||||
StartShakingOfAllObjects( 1, 50, 10, 4, 20, TRUE);
|
||||
@@ -191,7 +191,7 @@ void dialog009()
|
||||
|
||||
PlayBGM( 1, "msys11", 56, 0 );
|
||||
DisableWindow();
|
||||
ModDrawCharacter(2, 2, "sprite/normal/re1a_komaru_a2_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
ModDrawCharacter(2, 2, "sprite/re1a_komaru_a2_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
|
||||
//「圭一くんね、さっきほら、斧とかがあると便利だって言ったじゃない?@ そ、それでねレナ、物置からちゃんと斧、持ってきたんだよ…!!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
@@ -226,7 +226,7 @@ void dialog011()
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(2, 2, "sprite/normal/re1a_warai_a1_", "2", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
ModDrawCharacter(2, 2, "sprite/re1a_warai_a1_", "2", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
|
||||
|
||||
//「そうだよね。…あははは@ 早くランディーくんをお持ち帰りしたい~!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user