following commit
This commit is contained in:
27
thrusters.txt.example
Normal file
27
thrusters.txt.example
Normal file
@@ -0,0 +1,27 @@
|
||||
return {
|
||||
gyroscopic_propeller_bearing_0 = {
|
||||
type = "rotator",
|
||||
name = "gyroscopic_propeller_bearing_0",
|
||||
thruster = nil,
|
||||
transmission = nil,
|
||||
affectVectors = {
|
||||
yaw = nil,
|
||||
pitch = "up",
|
||||
roll = "star",
|
||||
lateral = nil
|
||||
},
|
||||
power = nil
|
||||
},
|
||||
gyroscopic_propeller_bearing_1 = {
|
||||
type = "rotator",
|
||||
name = "gyroscopic_propeller_bearing_1",
|
||||
thruster = nil,
|
||||
affectVectors = {
|
||||
yaw = nil,
|
||||
pitch = "up",
|
||||
roll = "port",
|
||||
lateral = nil
|
||||
},
|
||||
power = nil
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user