diff --git a/CG/07th-mod.png b/CG/07th-mod.png new file mode 100644 index 00000000..5015445f Binary files /dev/null and b/CG/07th-mod.png differ diff --git a/Update/flow.txt b/Update/flow.txt index 326e2e3c..bf6df8b4 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -20,13 +20,13 @@ void BrandLogo() ModCallScriptSection("&opening", "OpeningQuestion"); - DrawBG("07thlogo", 1000, TRUE ); + DrawBG( "07thlogo", 1000, TRUE ); Wait( 2000 ); - DrawSceneWithMask("mangagamer", "logomask", 0, 0, 1000 ); - + DrawSceneWithMask( "mangagamer", "logomask", 0, 0, 1000 ); Wait( 2000 ); - - DrawSceneWithMask("black", "logomask", 0, 0, 1000 ); + DrawSceneWithMask( "07th-mod", "logomask", 0, 0, 1000 ); + Wait( 2000 ); + DrawSceneWithMask( "black", "logomask", 0, 0, 1000 ); ModCallScriptSection("&opening", "OpeningLaunch"); }