diff --git a/.gitignore b/.gitignore index ccb8cb1..710be71 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ $RECYCLE.BIN/ *.lnk # End of https://www.gitignore.io/api/linux,macos,windows + +# WE CAN'T MAKE IT TOO EASY, THIS IS BASED ON 07TH-MOD AFTER ALL +CompiledUpdateScripts diff --git a/CG/czchan.png b/CG/czchan.png new file mode 100644 index 0000000..2f00f8e Binary files /dev/null and b/CG/czchan.png differ diff --git a/CG/logo.png b/CG/logo.png new file mode 100644 index 0000000..dba6900 Binary files /dev/null and b/CG/logo.png differ diff --git a/CG/title02.png b/CG/title02.png new file mode 100644 index 0000000..e5c7cc1 Binary files /dev/null and b/CG/title02.png differ diff --git a/Update/flow.txt b/Update/flow.txt index 12b0ec9..94580b2 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -29,7 +29,9 @@ void BrandLogo() Wait( 2000 ); DrawSceneWithMask( "07th-mod", "logomask", 0, 0, 1000 ); Wait( 2000 ); - DrawSceneWithMask( "black", "logomask", 0, 0, 1000 ); + DrawSceneWithMask( "czchan", "logomask", 0, 0, 1000 ); + Wait( 2000 ); + DrawSceneWithMask( "white", "logomask", 0, 0, 1000 ); ModCallScriptSection("&opening", "OpeningLaunch"); }