init
This commit is contained in:
13
raw/maps/createart/mp_venus_art.gsc
Normal file
13
raw/maps/createart/mp_venus_art.gsc
Normal 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_venus_fog_hdr::SetupFog( );
|
||||
else
|
||||
maps\createart\mp_venus_fog::SetupFog( );
|
||||
VisionSetNaked( "mp_venus", 0 );
|
||||
|
||||
}
|
Reference in New Issue
Block a user