foobard
This commit is contained in:
19
maps/mp/char_museum_fx.gsc
Executable file
19
maps/mp/char_museum_fx.gsc
Executable file
@@ -0,0 +1,19 @@
|
||||
#include common_scripts\utility;
|
||||
|
||||
|
||||
main()
|
||||
{
|
||||
precacheFX();
|
||||
maps\createfx\char_museum_fx::main();
|
||||
|
||||
}
|
||||
precacheFX()
|
||||
{
|
||||
|
||||
level._effect[ "tank_bubbles_character_room" ] = loadfx( "water/tank_bubbles_character_room" );
|
||||
level._effect[ "scuba_bubbles_friendly" ] = loadfx( "water/scuba_bubbles_breath" );
|
||||
level._effect[ "snow_blower" ] = loadfx( "snow/snow_blower" );
|
||||
|
||||
level._effect[ "c4_blink" ] = loadfx( "misc/light_c4_blink" );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user