Základ, funkční vývojové prostředí
Some checks failed
Generate Compiled Scripts Pull Request / Build DLL and Standalone Compiler (3.8) (push) Has been cancelled
Some checks failed
Generate Compiled Scripts Pull Request / Build DLL and Standalone Compiler (3.8) (push) Has been cancelled
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -72,3 +72,6 @@ $RECYCLE.BIN/
|
|||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/linux,macos,windows
|
# 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
|
||||||
|
|||||||
BIN
CG/czchan.png
Normal file
BIN
CG/czchan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
BIN
CG/logo.png
Normal file
BIN
CG/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 571 KiB |
BIN
CG/title02.png
Normal file
BIN
CG/title02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 213 KiB |
@@ -29,7 +29,9 @@ void BrandLogo()
|
|||||||
Wait( 2000 );
|
Wait( 2000 );
|
||||||
DrawSceneWithMask( "07th-mod", "logomask", 0, 0, 1000 );
|
DrawSceneWithMask( "07th-mod", "logomask", 0, 0, 1000 );
|
||||||
Wait( 2000 );
|
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");
|
ModCallScriptSection("&opening", "OpeningLaunch");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user