2008-12-04 22:44:18 +00:00
|
|
|
# strobes ===========================================================
|
|
|
|
var strobe_switch = props.globals.getNode("controls/lighting/strobe", 1);
|
|
|
|
aircraft.light.new("sim/model/c172p/lighting/strobes", [0.015, 1.985], strobe_switch);
|
2008-10-11 23:17:23 +00:00
|
|
|
|
|
|
|
|
2008-12-04 22:44:18 +00:00
|
|
|
# beacons ===========================================================
|
|
|
|
var beacon_switch = props.globals.getNode("controls/lighting/beacon", 1);
|
|
|
|
aircraft.light.new("sim/model/c172p/lighting/beacon-top", [0.10, 0.90], beacon_switch);
|