Skip to content

Commit

Permalink
Update wata_010_03.txt
Browse files Browse the repository at this point in the history
fix layer
  • Loading branch information
orian34 authored Mar 17, 2024
1 parent 6238b1d commit f87ff1b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Update/wata_010_03.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2541,13 +2541,9 @@ void main()

DisableWindow();

ModDrawCharacter(2, 3, "portrait/me2_hig_maji_a1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE ); //ERROR_EXISTING: Priority 10 on layer 2 used here. Conflict is 1 lines away (line 2545)
DrawBustshot(1, "e1", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 11, 0, FALSE ); //ERROR: Priority 10 already in use 1 lines ago (line 2544). Existing Layer: 2 Conflicting Layer: 1 Suggested Priority: 11

ModDrawCharacter(2, 3, "portrait/me2_hig_maji_a1_", "0", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 10, 0, FALSE );
DrawBustshot(1, "e1", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 0, FALSE );
DrawSceneWithMask("background/yhu2", "up", 0, 0, 300 );
// DrawBustshotWithFiltering( 3, "e1", "right", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
// DrawBustshotWithFiltering( 1, "night/me_si_him_a1_zoom", "left", 1, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );



// ハシゴの下の魅音に振り返り、聞きなおす¥
Expand Down

0 comments on commit f87ff1b

Please sign in to comment.