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

This commit is contained in:
sneedmaster
2025-12-16 13:20:12 +01:00
parent 23942edaff
commit 2b608b9c9a
5 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

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

BIN
CG/czchan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
CG/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

BIN
CG/title02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

View File

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