This commit is contained in:
2025-05-21 16:23:17 +02:00
commit 222e802504
359 changed files with 242229 additions and 0 deletions

View File

@ -0,0 +1,13 @@
// _createart generated. modify at your own risk. Changing values should be fine.
main()
{
level.tweakfile = true;
if (IsUsingHDR())
maps\createart\mp_comeback_fog_hdr::SetupFog( );
else
maps\createart\mp_comeback_fog::SetupFog( );
VisionSetNaked( "mp_comeback", 0 );
}