Shorten sprites path

This commit is contained in:
Jáchym Toušek
2019-10-27 18:23:07 +01:00
parent 0299a80668
commit e630aeb550
37 changed files with 1299 additions and 1299 deletions

View File

@@ -14,7 +14,7 @@ void main()
DrawScene("black", 1000 );
PlayBGM( 1, "msys12", 56, 0 );
ModSetLayerFilter(2, 256, "none");
ModDrawCharacter(2, 11, "sprite/normal/oisi1_1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE );
ModDrawCharacter(2, 11, "sprite/oisi1_1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE );
DrawScene("background/ke_ky1", 400 );
@@ -63,7 +63,7 @@ void main()
DisableWindow();
ModDrawCharacter(2, 11, "sprite/normal/oisi1_2_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
ModDrawCharacter(2, 11, "sprite/oisi1_2_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 200, TRUE );
//「...難しい言い方になりましたねぇ@何ですかその、自殺したくなる精神状態ってのは。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#a59da9>大石</color>", NULL, "<color=#a59da9>Ooishi</color>", NULL, Line_ContinueAfterTyping); }