forked from GER-Space/Kerbal-Konstructs
-
Notifications
You must be signed in to change notification settings - Fork 11
StaticModule: AutoKourse
Christian Bronk edited this page Mar 21, 2018
·
4 revisions
This module plays a sets the digits on a runway to the heading.
MODULE
{
// Mandatory, always the same
namespace = BWStatics
name = AutoKourseModule
// Optional
digit0Name = digit0_obj // name of the first digit
digit1Name = digit1_obj // name of the second digit
headingAdjustment = 0 // adjustment of the heading. set to 180 (or -180) for the other end of the runway
}