i switched up angular and lateral in the last commit. fixed

This commit is contained in:
2026-06-28 10:55:58 -05:00
parent 38e2e36e25
commit 583c291af7

16
docs.md
View File

@@ -294,12 +294,12 @@ Thrusters = {
thruster = nil,
transmission = nil,
affectVectors = {
lateral = {
angular = {
yaw = nil,
pitch = "up",
roll = "star",
},
angular = {
lateral = {
x = nil,
y = "up",
z = nil
@@ -313,12 +313,12 @@ Thrusters = {
thruster = nil,
transmission = nil,
affectVectors = {
lateral = {
angular = {
yaw = nil,
pitch = "up",
roll = "port",
},
angular = {
lateral = {
x = nil,
y = "up",
z = nil
@@ -332,12 +332,12 @@ Thrusters = {
thruster = nil,
transmission = nil,
affectVectors = {
lateral = {
angular = {
yaw = nil,
pitch = "down",
roll = "port",
},
angular = {
lateral = {
x = nil,
y = "up",
z = nil
@@ -351,12 +351,12 @@ Thrusters = {
thruster = nil,
transmission = nil,
affectVectors = {
lateral = {
angular = {
yaw = nil,
pitch = "down",
roll = "star",
},
angular = {
lateral = {
x = nil,
y = "up",
z = nil