This commit is contained in:
2026-05-08 19:19:42 +02:00
parent 0e9585de9a
commit 2a51a0e0c2
892 changed files with 0 additions and 2 deletions

15
maps/char_museum_fx.gsc Executable file
View File

@@ -0,0 +1,15 @@
#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" );
}