Update for new graphics patch
This commit is contained in:
@@ -390,10 +390,10 @@ void main()
|
||||
DisableWindow();
|
||||
SetValidityOfInput( FALSE );
|
||||
// Wait( 1000 );
|
||||
ModDrawCharacterWithFiltering(6, 0, "cinema", "x", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 25, 1300, TRUE );
|
||||
ModDrawCharacter(7, 0, "Title02", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 3000, TRUE );
|
||||
DrawBustshotWithFiltering( 6, "cinema", "x", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 25, 1300, TRUE );
|
||||
DrawBustshot( 7, "Title02", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 3000, TRUE );
|
||||
Wait( 2000 );
|
||||
ModDrawCharacter(5, 0, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 3000, TRUE );
|
||||
DrawBustshot( 5, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 3000, TRUE );
|
||||
Wait( 1000 );
|
||||
FadeBustshotWithFiltering( 7, "x", 1, FALSE, 0, 0, 1000, TRUE );
|
||||
DrawScene( "black", 3000 );
|
||||
|
||||
Reference in New Issue
Block a user