1
0
Fork 0

Remove effects.nas

This commit is contained in:
legoboyvdlp R 2020-07-11 20:35:34 +01:00
parent 85779a5676
commit 475518672d
2 changed files with 8 additions and 5 deletions

View file

@ -1,4 +0,0 @@
#============================ Tyre Smoke ===================================
aircraft.tyresmoke_system.new(0, 1, 2);
aircraft.rain.init();

View file

@ -207,10 +207,17 @@ var triggerDoor = func(door, doorName, doorDesc) {
}
};
#######################
# Effects #
#######################
aircraft.tyresmoke_system.new(0, 1, 2);
aircraft.rain.init();
#######################
# Various Other Stuff #
#######################
var systemsInit = func {
fbw.FBW.init();
effects.light_manager.init();