mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-09-07 17:37:25 +00:00
Incomplete SP dump provided by Louvenarde
This commit is contained in:
15
maps/createart/nx_hithard_b_fog.gsc
Normal file
15
maps/createart/nx_hithard_b_fog.gsc
Normal file
@@ -0,0 +1,15 @@
|
||||
// _createart generated. modify at your own risk.
|
||||
main()
|
||||
{
|
||||
ent = maps\_utility::create_vision_set_fog( "nx_hithard_b" );
|
||||
ent.startDist = 17346.26;
|
||||
ent.halfwayDist = 32487.6;
|
||||
ent.red = 0.583682;
|
||||
ent.green = 0.52939;
|
||||
ent.blue = 0.302793;
|
||||
ent.maxOpacity = 1;
|
||||
ent.transitionTime = 0;
|
||||
ent.sunFogEnabled = 0;
|
||||
|
||||
maps\_utility::vision_set_fog_changes( "nx_hithard_b", 0 );
|
||||
}
|
Reference in New Issue
Block a user