Skip to content

Commit

Permalink
Use mangagamer CG (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Aug 6, 2018
1 parent 9a580b1 commit d41b2b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added CGAlt/scene/034.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion Update/_tsum_011.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,12 @@ void main()
OutputLine(NULL, "それなのに、昭和57年の私は、悟史くんと仲間のつもりだったんだよね。",
NULL, " But at that time, in 1982, I thought I was his friend. ", GetGlobalFlag(GLinemodeSp));

DrawScene( "scene/034", 1000 );
if (GetGlobalFlag(GArtStyle) == 0) {
DrawScene( "scene/034", 1000);
} else {
DrawBustshot(4, "scene/034", 0, -80, -134, FALSE, 0, 0, 0, 0, 0, 0, 0, 1, 1000, FALSE );
MoveBustshot( 4, NULL, 0, 80, -134, 4, 5000, TRUE );
}

SetSpeedOfMessage( TRUE, 16 );
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
Expand Down

0 comments on commit d41b2b9

Please sign in to comment.