Update for new graphics patch

This commit is contained in:
Jáchym Toušek
2017-12-30 09:12:32 +01:00
parent 89f31f82b2
commit 9814f7ec71
27 changed files with 1384 additions and 1384 deletions

View File

@@ -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 );