This commit is contained in:
P-Chang
2018-01-28 04:01:48 +09:00
parent 4de5626af8
commit 97ee5ac846
2 changed files with 6 additions and 6 deletions

View File

@@ -380,10 +380,10 @@ void main()
//draw and move big background
SetValidityOfInterface(FALSE);
SetValidityOfSaving(FALSE);
DrawBustshot( 4, "hina1_1", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 1, 200, FALSE );
DrawBustshot( 3, "hina1_2", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 2, 200, FALSE );
DrawBustshot( 2, "hina1_3", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 3, 200, FALSE );
DrawBustshot( 1, "hina1_4", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 4, 200, TRUE );
DrawBustshot( 4, "overview/hina1_1", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 1, 200, FALSE );
DrawBustshot( 3, "overview/hina1_2", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 2, 200, FALSE );
DrawBustshot( 2, "overview/hina1_3", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 3, 200, FALSE );
DrawBustshot( 1, "overview/hina1_4", 0, -230, -480, FALSE, 0, 0, 0, 0, 0, 0, 0, 4, 200, TRUE );
MoveBustshot( 1, NULL, 0, 290, -480, 1, 10000, FALSE );
MoveBustshot( 2, NULL, 0, 280, -480, 2, 10000, FALSE );
MoveBustshot( 3, NULL, 0, 230, -480, 3, 10000, FALSE );